rubyx/test/mains/source/15_puts_Hello-there_11.rb

11 lines
134 B
Ruby

class Word < Data8
def putstring
X.putstring
end
end
class Space
def main(arg)
return "Hello-there".putstring
end
end