os/prog/main.c

5 lines
43 B
C
Raw Normal View History

2019-03-17 18:04:50 -05:00
int _start() {
int x=17;
return x+3;
}