summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorSanto Cariotti <sancn@live.com>2017-04-25 11:35:50 +0200
committerSanto Cariotti <sancn@live.com>2017-04-25 11:35:50 +0200
commit2200d2bbece5610c58b9f2a66fea7865d7b47249 (patch)
tree8851f49ca3baa50f1972c2afde2d1ac1e6393f10
parentdd998a6f9c336944bb3738376cbf43d0c37a7dcb (diff)
Hello world in Ruby
-rw-r--r--hello.rb1
1 files changed, 1 insertions, 0 deletions
diff --git a/hello.rb b/hello.rb
new file mode 100644
index 0000000..f75e486
--- /dev/null
+++ b/hello.rb
@@ -0,0 +1 @@
+puts "hello, world"