This commit is contained in:
Kevin Baensch 2022-12-05 17:04:58 +01:00
parent b08f238f2e
commit 5fbe7887cb
3 changed files with 586 additions and 1 deletions

View file

@ -28,6 +28,7 @@
"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",
"Day04": "cd ./src/04_CampCleanup && deno run --allow-read=./input.txt CampCleanup.ts"
"Day04": "cd ./src/04_CampCleanup && deno run --allow-read=./input.txt CampCleanup.ts",
"Day05": "cd ./src/05_SupplyStacks && deno run --allow-read=./input.txt SupplyStacks.ts"
}
}