6 lines
73 B
Ruby
6 lines
73 B
Ruby
class Space
|
|
def main(arg)
|
|
return "Hello-there".putstring
|
|
end
|
|
end
|