Day 03
This commit is contained in:
parent
a3fefe26a6
commit
3df6d07314
3 changed files with 348 additions and 0 deletions
|
@ -27,5 +27,6 @@
|
|||
"tasks": {
|
||||
"Day01": "cd ./src/01_Calories && deno run --allow-read=./input.txt Calories.ts",
|
||||
"Day02": "cd ./src/02_RockPaperScissors && deno run --allow-read=./input.txt RockPaperScissors.ts",
|
||||
"Day03": "cd ./src/03_RucksackReorganization && deno run --allow-read=./input.txt RucksackReorganization.ts"
|
||||
}
|
||||
}
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue