5 lines
43 B
C
5 lines
43 B
C
|
int _start() {
|
||
|
int x=17;
|
||
|
return x+3;
|
||
|
}
|