From b569973b380a1939cd1bb8312cdfa286bd24d6ad Mon Sep 17 00:00:00 2001 From: Artem Darius Weber Date: Sat, 14 Sep 2024 11:54:01 +0300 Subject: [PATCH] ref: moved all code to src dir --- 01_hello_world.rb => src/01_hello_world.rb | 0 02_user_interface.rb => src/02_user_interface.rb | 0 .../03_fork_02_with_exec_pasted_command.rb | 0 3 files changed, 0 insertions(+), 0 deletions(-) rename 01_hello_world.rb => src/01_hello_world.rb (100%) rename 02_user_interface.rb => src/02_user_interface.rb (100%) rename 03_fork_02_with_exec_pasted_command.rb => src/03_fork_02_with_exec_pasted_command.rb (100%) diff --git a/01_hello_world.rb b/src/01_hello_world.rb similarity index 100% rename from 01_hello_world.rb rename to src/01_hello_world.rb diff --git a/02_user_interface.rb b/src/02_user_interface.rb similarity index 100% rename from 02_user_interface.rb rename to src/02_user_interface.rb diff --git a/03_fork_02_with_exec_pasted_command.rb b/src/03_fork_02_with_exec_pasted_command.rb similarity index 100% rename from 03_fork_02_with_exec_pasted_command.rb rename to src/03_fork_02_with_exec_pasted_command.rb