4 lines
39 B
Plaintext
4 lines
39 B
Plaintext
|
proc main() {
|
||
|
printi(4 / (2 - 2));
|
||
|
}
|