From e35724ea8c67b8381cb13209a144723f8d1f311f Mon Sep 17 00:00:00 2001 From: anirudhmittal2019 Date: Sun, 2 Apr 2023 19:56:03 +0530 Subject: [PATCH] Create helloworld-ruby.rb --- helloworld-ruby.rb | 1 + 1 file changed, 1 insertion(+) create mode 100644 helloworld-ruby.rb diff --git a/helloworld-ruby.rb b/helloworld-ruby.rb new file mode 100644 index 0000000..cc4f954 --- /dev/null +++ b/helloworld-ruby.rb @@ -0,0 +1 @@ +puts "Hello World" \ No newline at end of file