8 lines
59 B
Plaintext
8 lines
59 B
Plaintext
PROTO VOID f(i)
|
|
|
|
FUNC INT main() {
|
|
PRINT i
|
|
RETURN 0
|
|
}
|
|
|