diff --git a/hello.rb b/hello.rb index 49ffd26..a18650b 100755 --- a/hello.rb +++ b/hello.rb @@ -1 +1,4 @@ #!/usr/bin/env ruby +# coding: utf-8 + +print("こんにちは")