80264c5322
not wrapping as main anymore (must still include mains) first part of #11
6 lines
73 B
Ruby
6 lines
73 B
Ruby
class Space
|
|
def main(arg)
|
|
return "Hello-there".putstring
|
|
end
|
|
end
|