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