Added README
This commit is contained in:
parent
f11a8a79f0
commit
657d532177
11
README.md
11
README.md
|
@ -1,4 +1,9 @@
|
||||||
# Advent of Code
|
# Run times
|
||||||
|
|
||||||
This is a monorepo for all my advent of code solutions;
|
Approximate execution times of the hardest problems, compiled with `raco exe`.
|
||||||
each branch is named after its year.
|
|
||||||
|
| Day | Time (s) |
|
||||||
|
|-----|----------|
|
||||||
|
| 15 | 3.81 |
|
||||||
|
| 16 | 20.6 |
|
||||||
|
| 19 | 75.7 |
|
||||||
|
|
Loading…
Reference in New Issue