From 0dcfbe642a1422b24d63b0de19fe5fe54000c090 Mon Sep 17 00:00:00 2001 From: Artem Darius Weber Date: Sat, 14 Sep 2024 11:34:24 +0300 Subject: [PATCH] ref: rename first task (hello world) with the index prefix --- 01_hello_world.rb | 2 ++ 1 file changed, 2 insertions(+) create mode 100644 01_hello_world.rb diff --git a/01_hello_world.rb b/01_hello_world.rb new file mode 100644 index 0000000..717d507 --- /dev/null +++ b/01_hello_world.rb @@ -0,0 +1,2 @@ +puts "Hello, world!" +