diff --git a/hello.rb b/hello.rb new file mode 100755 index 0000000..8fde78f --- /dev/null +++ b/hello.rb @@ -0,0 +1,8 @@ +#!/usr/bin/env ruby +# -*- coding: utf-8 -*- + +print("こんにちは。\n") +print("私の名前は直仁です。\n") +print("好きなゲームはMinecraftで、\n休みの日はいつもしています。") +puts("得意な教科は算数(数学)や理科です。") +puts("よろしくおねがいします。")