box-o-sand/oldstuff/RubyFun/wikibooks-tutorial/hello-world.rb

3 lines
39 B
Ruby
Executable File

#!/usr/bin/env ruby
puts 'Hello World'