forgeplus/test.rb

5 lines
40 B
Ruby
Raw Normal View History

2020-07-31 16:20:38 +08:00
def test
puts "test"
2020-08-25 14:30:34 +08:00
puts "---"
2020-07-31 16:20:38 +08:00
end