Restructure project

Signed-off-by: TuDatTr <tuan-dat.tran@tudattr.dev>
main
TuDatTr 2022-12-03 14:36:23 +01:00
parent 231e0d2584
commit 7510bc2f59
3 changed files with 3 additions and 1 deletions

View File

@ -1,5 +1,6 @@
[workspace] [workspace]
members = [ members = [
"common",
"day-1_calorie_counting", "day-1_calorie_counting",
"day-2_rock_paper_scissors", "day-2_rock_paper_scissors",
"day-3_rucksack_reorganization", "day-3_rucksack_reorganization",

View File

@ -4,6 +4,7 @@
``` ```
. .
├── 2022 ├── 2022
│   ├── Cargo.toml
│   ├── common │   ├── common
│   ├── day-1_calorie_counting │   ├── day-1_calorie_counting
│   ├── day-1_calorie_counting-alt │   ├── day-1_calorie_counting-alt

View File

@ -4,6 +4,6 @@ echo -e """
#Advent of Code #Advent of Code
\`\`\` \`\`\`
$(tree -L 2|head -n -1) $(tree -L 2 --gitignore | head -n -1)
\`\`\` \`\`\`
""" > README.md """ > README.md