diff --git a/hello.rb b/hello.rb index 9fc83f1..4ebf353 100755 --- a/hello.rb +++ b/hello.rb @@ -1,5 +1,6 @@ #!/usr/bin/env ruby +# -*- coding: utf-8 -*- + print("こんにちは\n") print("わたしの名前は菅原漣人です。\n") print("よろしくお願いします!\n") -