8 lines
94 B
Plaintext
8 lines
94 B
Plaintext
class MAIN is
|
|
main is
|
|
loop
|
|
#OUT + "Hello World!\n"
|
|
end
|
|
end
|
|
end
|