diff --git a/hello.rb b/hello.rb new file mode 100755 index 0000000..0877f60 --- /dev/null +++ b/hello.rb @@ -0,0 +1,5 @@ +#!/usr/bin/env ruby +# -*- coding: utf-8 -*- +print("こんにちは!\n") +print("僕の名前はじんです。\n") +print("よろしくおねがいします。\n")