Newer
Older
Ruby / method.rb
#!/usr/bin/env ruby
#-*-coding: utf-8 -*-
 
def hello()
  print("こんにちは\n")
end
 
hello