rubyx-debugger/codes/hello_world.soml

7 lines
79 B
Plaintext

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