rubyx-debugger/codes/a_puti.soml
Torsten Ruger 66e989f066 update salama
with word fixes mostly
2015-11-10 11:50:56 +02:00

7 lines
89 B
Plaintext

class Object
int main()
Word five = 4.to_s()
return five.putstring()
end
end