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 2 +2
|
||||
class Space
|
||||
def main(arg)
|
||||
return 2 +2
|
||||
end
|
||||
end
|
||||
|
Reference in New Issue
Block a user