02 Ruby Hellow World
hellow_world.rb
print(“Hellow World.”\n)
実行
$ ruby hellow_world.rb Hellow World.