Newer
Older
Ruby / sample-hello.rb
#!/usr/bin/env ruby
# -*- coding: utf-8 -*-

print("こんにちは\n")
print("神山季空です。\n")
print("よろしくお願いします。\n")