From a1828f53eb2eb0ee37e8118f0f06949b496346c4 Mon Sep 17 00:00:00 2001 From: Tahinli <> Date: Sun, 7 May 2023 03:18:20 +0300 Subject: [PATCH] renaming, nothing fancy --- {1-hello_world => 01-hello_world}/Cargo.toml | 0 {1-hello_world => 01-hello_world}/src/main.rs | 0 {2-guessing_game => 02-guessing_game}/Cargo.toml | 0 {2-guessing_game => 02-guessing_game}/src/main.rs | 0 {3-variables => 03-variables}/Cargo.toml | 0 {3-variables => 03-variables}/src/main.rs | 0 {4-data_types => 04-data_types}/Cargo.toml | 0 {4-data_types => 04-data_types}/src/main.rs | 0 {5-functions => 05-functions}/Cargo.toml | 0 {5-functions => 05-functions}/src/main.rs | 0 {6-control_flow => 06-control_flow}/Cargo.toml | 0 {6-control_flow => 06-control_flow}/src/main.rs | 0 .../Cargo.toml | 0 .../src/main.rs | 0 {8-fibonacci => 08-fibonacci}/Cargo.toml | 0 {8-fibonacci => 08-fibonacci}/src/main.rs | 0 {9-prime_numbers => 09-prime_numbers}/Cargo.toml | 0 {9-prime_numbers => 09-prime_numbers}/src/main.rs | 0 18 files changed, 0 insertions(+), 0 deletions(-) rename {1-hello_world => 01-hello_world}/Cargo.toml (100%) rename {1-hello_world => 01-hello_world}/src/main.rs (100%) rename {2-guessing_game => 02-guessing_game}/Cargo.toml (100%) rename {2-guessing_game => 02-guessing_game}/src/main.rs (100%) rename {3-variables => 03-variables}/Cargo.toml (100%) rename {3-variables => 03-variables}/src/main.rs (100%) rename {4-data_types => 04-data_types}/Cargo.toml (100%) rename {4-data_types => 04-data_types}/src/main.rs (100%) rename {5-functions => 05-functions}/Cargo.toml (100%) rename {5-functions => 05-functions}/src/main.rs (100%) rename {6-control_flow => 06-control_flow}/Cargo.toml (100%) rename {6-control_flow => 06-control_flow}/src/main.rs (100%) rename {7-temperature_convertion => 07-temperature_convertion}/Cargo.toml (100%) rename {7-temperature_convertion => 07-temperature_convertion}/src/main.rs (100%) rename {8-fibonacci => 08-fibonacci}/Cargo.toml (100%) rename {8-fibonacci => 08-fibonacci}/src/main.rs (100%) rename {9-prime_numbers => 09-prime_numbers}/Cargo.toml (100%) rename {9-prime_numbers => 09-prime_numbers}/src/main.rs (100%) diff --git a/1-hello_world/Cargo.toml b/01-hello_world/Cargo.toml similarity index 100% rename from 1-hello_world/Cargo.toml rename to 01-hello_world/Cargo.toml diff --git a/1-hello_world/src/main.rs b/01-hello_world/src/main.rs similarity index 100% rename from 1-hello_world/src/main.rs rename to 01-hello_world/src/main.rs diff --git a/2-guessing_game/Cargo.toml b/02-guessing_game/Cargo.toml similarity index 100% rename from 2-guessing_game/Cargo.toml rename to 02-guessing_game/Cargo.toml diff --git a/2-guessing_game/src/main.rs b/02-guessing_game/src/main.rs similarity index 100% rename from 2-guessing_game/src/main.rs rename to 02-guessing_game/src/main.rs diff --git a/3-variables/Cargo.toml b/03-variables/Cargo.toml similarity index 100% rename from 3-variables/Cargo.toml rename to 03-variables/Cargo.toml diff --git a/3-variables/src/main.rs b/03-variables/src/main.rs similarity index 100% rename from 3-variables/src/main.rs rename to 03-variables/src/main.rs diff --git a/4-data_types/Cargo.toml b/04-data_types/Cargo.toml similarity index 100% rename from 4-data_types/Cargo.toml rename to 04-data_types/Cargo.toml diff --git a/4-data_types/src/main.rs b/04-data_types/src/main.rs similarity index 100% rename from 4-data_types/src/main.rs rename to 04-data_types/src/main.rs diff --git a/5-functions/Cargo.toml b/05-functions/Cargo.toml similarity index 100% rename from 5-functions/Cargo.toml rename to 05-functions/Cargo.toml diff --git a/5-functions/src/main.rs b/05-functions/src/main.rs similarity index 100% rename from 5-functions/src/main.rs rename to 05-functions/src/main.rs diff --git a/6-control_flow/Cargo.toml b/06-control_flow/Cargo.toml similarity index 100% rename from 6-control_flow/Cargo.toml rename to 06-control_flow/Cargo.toml diff --git a/6-control_flow/src/main.rs b/06-control_flow/src/main.rs similarity index 100% rename from 6-control_flow/src/main.rs rename to 06-control_flow/src/main.rs diff --git a/7-temperature_convertion/Cargo.toml b/07-temperature_convertion/Cargo.toml similarity index 100% rename from 7-temperature_convertion/Cargo.toml rename to 07-temperature_convertion/Cargo.toml diff --git a/7-temperature_convertion/src/main.rs b/07-temperature_convertion/src/main.rs similarity index 100% rename from 7-temperature_convertion/src/main.rs rename to 07-temperature_convertion/src/main.rs diff --git a/8-fibonacci/Cargo.toml b/08-fibonacci/Cargo.toml similarity index 100% rename from 8-fibonacci/Cargo.toml rename to 08-fibonacci/Cargo.toml diff --git a/8-fibonacci/src/main.rs b/08-fibonacci/src/main.rs similarity index 100% rename from 8-fibonacci/src/main.rs rename to 08-fibonacci/src/main.rs diff --git a/9-prime_numbers/Cargo.toml b/09-prime_numbers/Cargo.toml similarity index 100% rename from 9-prime_numbers/Cargo.toml rename to 09-prime_numbers/Cargo.toml diff --git a/9-prime_numbers/src/main.rs b/09-prime_numbers/src/main.rs similarity index 100% rename from 9-prime_numbers/src/main.rs rename to 09-prime_numbers/src/main.rs