9 lines
67 B
Plaintext
9 lines
67 B
Plaintext
FUNC INT main() {
|
|
INT i
|
|
INT i
|
|
i := 1
|
|
PRINT i
|
|
RETURN 0
|
|
}
|
|
|