1
0
Fork 0

Added README

This commit is contained in:
Jonathan Chan 2022-12-19 13:29:13 -08:00
parent f11a8a79f0
commit 657d532177
1 changed files with 8 additions and 3 deletions

View File

@ -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 |