From 2ce2cca430bc2721e9a25ead9b25bba10d2429c1 Mon Sep 17 00:00:00 2001 From: TuDatTr Date: Sat, 3 Dec 2022 14:17:53 +0100 Subject: [PATCH] Added all files to the workspace of their respective year Signed-off-by: TuDatTr --- 2022/.gitignore | 2 ++ 2022/Cargo.toml | 7 +++++++ 2 files changed, 9 insertions(+) create mode 100644 2022/.gitignore create mode 100644 2022/Cargo.toml diff --git a/2022/.gitignore b/2022/.gitignore new file mode 100644 index 0000000..2ebc5ea --- /dev/null +++ b/2022/.gitignore @@ -0,0 +1,2 @@ +/target +/Cargo.lock \ No newline at end of file diff --git a/2022/Cargo.toml b/2022/Cargo.toml new file mode 100644 index 0000000..16e8659 --- /dev/null +++ b/2022/Cargo.toml @@ -0,0 +1,7 @@ +[workspace] +members = [ + "day-1_calorie_counting", + "day-2_rock_paper_scissors", + "day-3_rucksack_reorganization", +] +