move main to object (from kernel)
This commit is contained in:
@ -24,10 +24,7 @@ HERE
|
||||
|
||||
def test_puts_string
|
||||
@string_input = <<HERE
|
||||
def foo()
|
||||
putstring("Hello")
|
||||
end
|
||||
foo()
|
||||
putstring("Hello")
|
||||
HERE
|
||||
check
|
||||
end
|
||||
|
Reference in New Issue
Block a user