mirror of
https://github.com/Kaehvaman/OAIP.git
synced 2025-01-18 08:39:11 +04:00
12 lines
113 B
C
12 lines
113 B
C
#include <stdio.h>
|
|
#include "bruh.h"
|
|
|
|
int main() {
|
|
|
|
int x = retX();
|
|
|
|
printf("%d", x);
|
|
|
|
return 0;
|
|
}
|