advent-of-code-2022 Run the solution Run the solutions with the following command npm run start -- solutions/day1_part2.ts Create a new solution All inputs are stored in /inputs All solutions are stored in /solutions Import the inputs with the following: import {input} from ""../inputs/day1";