rubyx-debugger/codes/offset_check.soml

9 lines
96 B
Plaintext
Raw Normal View History

2015-10-22 13:43:11 +02:00
class Object
int puts(Word str)
return str
end
int main()
puts("Hello")
end
end