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;
|
||
|
}
|