ADD test.rb file

This commit is contained in:
Jasder 2020-07-31 16:20:38 +08:00
parent f8e34c88ea
commit 2df6b66573
1 changed files with 3 additions and 0 deletions

3
test.rb Normal file
View File

@ -0,0 +1,3 @@
def test
puts "test"
end