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
Set the enviroment variable AOC_TOKEN to your advent of code session cookie if you want your input to be automatically downloaded
by CMake.
Run CMake on the project dir and build the desired target or open it using VS or CLion
If you're using CLion or Visual Studio you should be able to run each Day and Part with the provided configurations.
Otherwise, make sure your input file is named Input.txt and resides in the current working directory when running the executable.
TODOs
mkday for the POSIX shell
Allow the input to be piped in, addition to being read from ./Input.txt