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", +] +