From b85397ac8ee3eb513988947dd1837ac3e47ab5de Mon Sep 17 00:00:00 2001 From: Roma Dunovskiy Date: Fri, 5 Nov 2021 15:14:50 +0300 Subject: [PATCH 1/7] homework_1 --- Romuashi/hometask-1/hello_world.rb | 1 + 1 file changed, 1 insertion(+) create mode 100644 Romuashi/hometask-1/hello_world.rb diff --git a/Romuashi/hometask-1/hello_world.rb b/Romuashi/hometask-1/hello_world.rb new file mode 100644 index 00000000..f7756a34 --- /dev/null +++ b/Romuashi/hometask-1/hello_world.rb @@ -0,0 +1 @@ +print 'Hello world!' From 0dfb046e0524b134dbf73d563bd6278a349ac6af Mon Sep 17 00:00:00 2001 From: Roman Dynovski <93129012+Romuashi@users.noreply.github.com> Date: Fri, 5 Nov 2021 15:45:53 +0300 Subject: [PATCH 2/7] Delete hello_world.rb --- Romuashi/hometask-1/hello_world.rb | 1 - 1 file changed, 1 deletion(-) delete mode 100644 Romuashi/hometask-1/hello_world.rb diff --git a/Romuashi/hometask-1/hello_world.rb b/Romuashi/hometask-1/hello_world.rb deleted file mode 100644 index f7756a34..00000000 --- a/Romuashi/hometask-1/hello_world.rb +++ /dev/null @@ -1 +0,0 @@ -print 'Hello world!' From 9b2f59dbd4266bc1b490c1543bc525fdf4337b97 Mon Sep 17 00:00:00 2001 From: Roma Dunovskiy Date: Fri, 5 Nov 2021 16:12:58 +0300 Subject: [PATCH 3/7] homework1 --- Romuashi/hometask-1/hello_world.rb | 3 +++ 1 file changed, 3 insertions(+) create mode 100644 Romuashi/hometask-1/hello_world.rb diff --git a/Romuashi/hometask-1/hello_world.rb b/Romuashi/hometask-1/hello_world.rb new file mode 100644 index 00000000..3c74d6b4 --- /dev/null +++ b/Romuashi/hometask-1/hello_world.rb @@ -0,0 +1,3 @@ +# frozen_string_literal: true + +puts 'Hello world!' From 74c6303ef33bdf5ef4925327e6fec24d6afbcc92 Mon Sep 17 00:00:00 2001 From: Roma Dunovskiy Date: Fri, 5 Nov 2021 16:52:09 +0300 Subject: [PATCH 4/7] dz1 --- Romuashi/hometask-1/hello_world 16.39.39.rb | 3 +++ 1 file changed, 3 insertions(+) create mode 100644 Romuashi/hometask-1/hello_world 16.39.39.rb diff --git a/Romuashi/hometask-1/hello_world 16.39.39.rb b/Romuashi/hometask-1/hello_world 16.39.39.rb new file mode 100644 index 00000000..3c74d6b4 --- /dev/null +++ b/Romuashi/hometask-1/hello_world 16.39.39.rb @@ -0,0 +1,3 @@ +# frozen_string_literal: true + +puts 'Hello world!' From c4366a6096e317d1b75c263a9ab737d2bf096acb Mon Sep 17 00:00:00 2001 From: Roman Dynovski <93129012+Romuashi@users.noreply.github.com> Date: Fri, 5 Nov 2021 17:03:54 +0300 Subject: [PATCH 5/7] Delete hello_world.rb --- Romuashi/hometask-1/hello_world.rb | 3 --- 1 file changed, 3 deletions(-) delete mode 100644 Romuashi/hometask-1/hello_world.rb diff --git a/Romuashi/hometask-1/hello_world.rb b/Romuashi/hometask-1/hello_world.rb deleted file mode 100644 index 3c74d6b4..00000000 --- a/Romuashi/hometask-1/hello_world.rb +++ /dev/null @@ -1,3 +0,0 @@ -# frozen_string_literal: true - -puts 'Hello world!' From f7b8a85e476b871e422a66bd37c0ffe47bb5920f Mon Sep 17 00:00:00 2001 From: Roman Dynovski <93129012+Romuashi@users.noreply.github.com> Date: Fri, 5 Nov 2021 17:06:45 +0300 Subject: [PATCH 6/7] Delete hello_world 16.39.39.rb --- Romuashi/hometask-1/hello_world 16.39.39.rb | 3 --- 1 file changed, 3 deletions(-) delete mode 100644 Romuashi/hometask-1/hello_world 16.39.39.rb diff --git a/Romuashi/hometask-1/hello_world 16.39.39.rb b/Romuashi/hometask-1/hello_world 16.39.39.rb deleted file mode 100644 index 3c74d6b4..00000000 --- a/Romuashi/hometask-1/hello_world 16.39.39.rb +++ /dev/null @@ -1,3 +0,0 @@ -# frozen_string_literal: true - -puts 'Hello world!' From 34d51c7ccf15252cac82065547bd0f8eb0cb55aa Mon Sep 17 00:00:00 2001 From: Roma Dunovskiy Date: Fri, 5 Nov 2021 18:20:56 +0300 Subject: [PATCH 7/7] dz1 --- Romuashi/hometask-1/hello_world.rb | 4 ++++ 1 file changed, 4 insertions(+) create mode 100755 Romuashi/hometask-1/hello_world.rb diff --git a/Romuashi/hometask-1/hello_world.rb b/Romuashi/hometask-1/hello_world.rb new file mode 100755 index 00000000..206d9948 --- /dev/null +++ b/Romuashi/hometask-1/hello_world.rb @@ -0,0 +1,4 @@ +#!/usr/bin/env ruby +# frozen_string_literal: true + +puts 'Hello world!'