5 lines
53 B
Plaintext
5 lines
53 B
Plaintext
FUNC INT main() {
|
|
INT x
|
|
x := 1
|
|
RETURN x
|
|
} |