add puts method

This commit is contained in:
jasder 2020-10-16 09:57:20 +08:00
parent b111572750
commit afb9bb50a8
1 changed files with 1 additions and 0 deletions

View File

@ -1,4 +1,5 @@
def test
puts "test1f"
puts "fff"
puts "00000"
end