6 lines
65 B
Plaintext
Executable File
6 lines
65 B
Plaintext
Executable File
//test rem
|
|
int main(){
|
|
int a;
|
|
a = 10;
|
|
return a % 3;
|
|
} |