From d89e4625e853771bbf3287ee579fb1f246ffbfae Mon Sep 17 00:00:00 2001 From: Clive Crous Date: Thu, 24 Jul 2008 14:10:33 +0200 Subject: [PATCH] re-add ruby procedural greeting as it's own script --- ruby_procedural.rb | 2 ++ 1 file changed, 2 insertions(+) create mode 100644 ruby_procedural.rb diff --git a/ruby_procedural.rb b/ruby_procedural.rb new file mode 100644 index 00000000..2beb1f22 --- /dev/null +++ b/ruby_procedural.rb @@ -0,0 +1,2 @@ +#!/usr/bin/ruby +puts "Hello World"