Skip to content

koterpillar/aoc

Repository files navigation

Advent of Code

Credentials

Log in to AOC, open browser inspector, Storage, Cookies and copy the value of session cookie to .session-cookie.

Running

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

New day

./create_day

# specific year, next day
./create_day 2020

# specific year and day
./create_day 2020 6

Formatting

hs-format-changed

About

Advent of Code

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published