Newer
Older
Ruby / method.rb
@NAMBA Kodai NAMBA Kodai on 4 Oct 2021 87 bytes 2021-10-04 19:13:22
#!/usr/bin/env ruby
#-*-coding: utf-8*-

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

hello