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

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

hello