os/prog/main.c

5 lines
43 B
C

int _start() {
int x=17;
return x+3;
}