rustic-sysy/sysy_sets/19_mod.sy

6 lines
65 B
Plaintext
Executable File

//test mod
int main(){
int a;
a = 10;
return a / 3;
}