summaryrefslogtreecommitdiff
path: root/examples/001/hello.rb
diff options
context:
space:
mode:
Diffstat (limited to 'examples/001/hello.rb')
-rw-r--r--examples/001/hello.rb3
1 files changed, 3 insertions, 0 deletions
diff --git a/examples/001/hello.rb b/examples/001/hello.rb
new file mode 100644
index 0000000..0a6e058
--- /dev/null
+++ b/examples/001/hello.rb
@@ -0,0 +1,3 @@
+#!/usr/bin/env ruby
+
+puts "Hello World"