OAIP_Mirror/test of headers/main.c

12 lines
113 B
C
Raw Normal View History

2024-11-30 18:15:43 +04:00
#include <stdio.h>
#include "bruh.h"
int main() {
int x = retX();
printf("%d", x);
return 0;
}