Advent of Code Running the Solutions cd into the desired directory cd day01 run the solution passing the desired input data example data... ./solution.ps1 -Path ./example-input.txt real data... ./solution.ps1 -Path ./real-input.txt