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