5 lines
59 B
Plaintext
5 lines
59 B
Plaintext
FUNC Main() int
|
|
IO.write("Hello, World!\n")
|
|
RETURN 0
|
|
}
|