Added all files to the workspace of their respective year

Signed-off-by: TuDatTr <tuan-dat.tran@tudattr.dev>
main
TuDatTr 2022-12-03 14:17:53 +01:00
parent db77562717
commit 2ce2cca430
2 changed files with 9 additions and 0 deletions

2
2022/.gitignore vendored Normal file
View File

@ -0,0 +1,2 @@
/target
/Cargo.lock

7
2022/Cargo.toml Normal file
View File

@ -0,0 +1,7 @@
[workspace]
members = [
"day-1_calorie_counting",
"day-2_rock_paper_scissors",
"day-3_rucksack_reorganization",
]