You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
First you need to get your input data from Advent Of Code and store it in a text file : ./dayX/input.txt for the real input and ./dayX/input-test.txt for the test input.
Then you can run docker compose run --rm php php "./dayX/dayX.php".