Newer
Older
Ruby / method.rb
#!/usr/bin/env ruby
# -*- coding: utf-8 -*-

def hello
  puts("こんにちは!")
end
hello