rubyx/test/mains/source/puts_Hello-there_11.rb
Torsten 95af84e752 fixing test to pass
and extract own kind of same tests to bench
bench tests will need some loop, but not as large as c
2019-07-25 21:25:15 +03:00

6 lines
73 B
Ruby

class Space
def main(arg)
return "Hello-there".putstring
end
end