rubyx-debugger/codes/hello_world.soml
2015-11-04 20:28:37 +02:00

7 lines
79 B
Plaintext

class Object
int main()
"Hello World".putstring()
return 1
end
end