diff --git a/sample-hello.rb b/sample-hello.rb new file mode 100755 index 0000000..02dfb5c --- /dev/null +++ b/sample-hello.rb @@ -0,0 +1,6 @@ +#!/usr/bin/env ruby +# -*- coding: utf-8 -*- + +print("こんにちは\n") +print("神山季空です。\n") +print("よろしくお願いします。\n")