OAIP/test of headers/main.c
2024-11-30 18:15:43 +04:00

12 lines
113 B
C

#include <stdio.h>
#include "bruh.h"
int main() {
int x = retX();
printf("%d", x);
return 0;
}