5 lines
44 B
Plaintext
5 lines
44 B
Plaintext
|
proc main() {
|
||
|
if (1 = 1)
|
||
|
printi(3);
|
||
|
}
|