7 lines
55 B
Plaintext
7 lines
55 B
Plaintext
|
proc main() {
|
||
|
var i: int;
|
||
|
i := 58;
|
||
|
|
||
|
printi(i);
|
||
|
}
|