summaryrefslogtreecommitdiffstats
path: root/languages/ruby/app_templates/rubyhello/app.rb
diff options
context:
space:
mode:
Diffstat (limited to 'languages/ruby/app_templates/rubyhello/app.rb')
-rw-r--r--languages/ruby/app_templates/rubyhello/app.rb3
1 files changed, 3 insertions, 0 deletions
diff --git a/languages/ruby/app_templates/rubyhello/app.rb b/languages/ruby/app_templates/rubyhello/app.rb
new file mode 100644
index 00000000..c3bc962d
--- /dev/null
+++ b/languages/ruby/app_templates/rubyhello/app.rb
@@ -0,0 +1,3 @@
+#!/usr/bin/env ruby
+
+puts "Hello world"