16 lines
550 B
Markdown
16 lines
550 B
Markdown
|
# aoc
|
||
|
|
||
|
Advent Of Code solutions using C99
|
||
|
|
||
|
## Building
|
||
|
|
||
|
This project relies on several libc extensions specific to OpenBSD. As such it will only build and run on OpenBSD.
|
||
|
|
||
|
`make` is enough to build the project
|
||
|
|
||
|
## Inputs
|
||
|
|
||
|
Inputs can be generated from `get_input.sh`. You will need to get your session cookie from the Advent of Code website. The easiest way to do this is to inspect any input page in your browser.
|
||
|
|
||
|
The script can then be run with `bash get_input.sh SESSIONCOOKIE`, with `SESSIONCOOKIE` replaced by your unique session cookie's hash.
|