aocoracle 0.1.2

Universal solver for advent of code problems
Documentation
1
2
3
4
5
6
7
8
9
10
11
# AoC Oracle

It can answer any Advent of Code problem[^1] in an instant[^2]:

```bash
echo '16,1,2,0,4,2,7,1,2,19\n' | aocoracle --part=1
42
```

[^1]: As long as it is from the first week of the 2021 event.
[^2]: Hopefully in less than 7.5M years, the goal is to keep the duration below 100ms for "official" inputs.