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
Initiate the project by yarn install in the root directory
As the input files are not added to the git repository add them in the solution directory with the file name input.txt. Test input files can be added as input.test.txt.
Run the project with yarn start
The main run.ts file contains all the solution imports. You can use the boolean parameter to switch between the puzzle input and the test input.