From 0ff22f544268f7574807862bed98aee48ecca3d1 Mon Sep 17 00:00:00 2001 From: matveibos Date: Thu, 4 Nov 2021 21:28:14 +0300 Subject: [PATCH] first commit --- Matveibos/hometask-1/hello_world.rb | 5 +++++ 1 file changed, 5 insertions(+) create mode 100755 Matveibos/hometask-1/hello_world.rb diff --git a/Matveibos/hometask-1/hello_world.rb b/Matveibos/hometask-1/hello_world.rb new file mode 100755 index 00000000..443b993f --- /dev/null +++ b/Matveibos/hometask-1/hello_world.rb @@ -0,0 +1,5 @@ +#!/usr/bin/env ruby + +# frozen_string_literal: true + +puts 'Hello world!'