rustic-sysy/sysy_sets/19_mod.sy

6 lines
65 B
Plaintext
Raw Permalink Normal View History

2024-08-27 18:13:31 +08:00
//test mod
int main(){
int a;
a = 10;
return a / 3;
}