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