mains tests can include any code
not wrapping as main anymore (must still include mains) first part of #11
This commit is contained in:
@ -1 +1,5 @@
|
||||
return "Hello-there".putstring
|
||||
class Space
|
||||
def main(arg)
|
||||
return "Hello-there".putstring
|
||||
end
|
||||
end
|
||||
|
Reference in New Issue
Block a user