rubyx-debugger/codes/a_puti.soml

7 lines
89 B
Plaintext
Raw Normal View History

2015-11-08 23:02:02 +01:00
class Object
int main()
Word five = 4.to_s()
2015-11-10 10:50:56 +01:00
return five.putstring()
2015-11-08 23:02:02 +01:00
end
end