diff options
author | Santo Cariotti <sancn@live.com> | 2017-04-25 11:35:50 +0200 |
---|---|---|
committer | Santo Cariotti <sancn@live.com> | 2017-04-25 11:35:50 +0200 |
commit | 2200d2bbece5610c58b9f2a66fea7865d7b47249 (patch) | |
tree | 8851f49ca3baa50f1972c2afde2d1ac1e6393f10 | |
parent | dd998a6f9c336944bb3738376cbf43d0c37a7dcb (diff) |
Hello world in Ruby
-rw-r--r-- | hello.rb | 1 |
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" |