80264c5322
not wrapping as main anymore (must still include mains) first part of #11
6 lines
54 B
Ruby
6 lines
54 B
Ruby
class Space
|
|
def main(arg)
|
|
return 2 +2
|
|
end
|
|
end
|