rubyx-debugger/codes/hello_world.soml

7 lines
79 B
Plaintext
Raw Normal View History

2015-11-04 19:28:37 +01:00
class Object
int main()
"Hello World".putstring()
return 1
end
end