9 lines
68 B
Plaintext
9 lines
68 B
Plaintext
FUNC INT main() {
|
|
INT i
|
|
INT t[2]
|
|
i := 1
|
|
t := i
|
|
RETURN 0
|
|
}
|
|
|