7 lines
82 B
Plaintext
7 lines
82 B
Plaintext
class Object
|
|
int main()
|
|
Word five = 4.to_s()
|
|
five.putstring()
|
|
end
|
|
end
|