Log in to AOC, open browser inspector, Storage,
Cookies and copy the value of session
cookie to .session-cookie
.
stack build --file-watch --exec main
# specific year, last day
stack build --file-watch --exec 'main 2017'
# specific year and day
stack build --file-watch --exec 'main 2017 05'
# See main/Main.hs for more
./create_day
# specific year, next day
./create_day 2020
# specific year and day
./create_day 2020 6
hs-format-changed