6 lines
66 B
Plaintext
Executable File
6 lines
66 B
Plaintext
Executable File
//test subc
|
|
int main(){
|
|
int a;
|
|
a = 10;
|
|
return a - 2;
|
|
} |