diff --git a/ruby/helloworld.rb b/ruby/helloworld.rb new file mode 100644 index 0000000..b85a042 --- /dev/null +++ b/ruby/helloworld.rb @@ -0,0 +1 @@ +puts "Hello World" diff --git a/ruby/readme.md b/ruby/readme.md new file mode 100644 index 0000000..dadaa15 --- /dev/null +++ b/ruby/readme.md @@ -0,0 +1,9 @@ +# Ruby + +## Instructions +1. To run, make sure you have the go binaries installed on your machine. This link has guide to install ruby on ubuntu 18.04 https://linuxize.com/post/how-to-install-ruby-on-ubuntu-18-04/ +2. Run the using the command: ```ruby helloworld.rb``` in the ./ruby/ directory. +3. Working screenshot: + + +![screenshot](./runruby.png?raw=true)1 diff --git a/ruby/runruby.png b/ruby/runruby.png new file mode 100644 index 0000000..21b7928 Binary files /dev/null and b/ruby/runruby.png differ