7 lines
79 B
Plaintext
7 lines
79 B
Plaintext
//test sub
|
|
int main(){
|
|
int a, b;
|
|
a = 10;
|
|
b = 2;
|
|
return a - b;
|
|
} |