From 657d532177f8f0da3ea4295dbafaa00c55c65527 Mon Sep 17 00:00:00 2001 From: Jonathan Chan Date: Mon, 19 Dec 2022 13:29:13 -0800 Subject: [PATCH] Added README --- README.md | 11 ++++++++--- 1 file changed, 8 insertions(+), 3 deletions(-) diff --git a/README.md b/README.md index ad5f032..a54bcd2 100644 --- a/README.md +++ b/README.md @@ -1,4 +1,9 @@ -# Advent of Code +# Run times -This is a monorepo for all my advent of code solutions; -each branch is named after its year. +Approximate execution times of the hardest problems, compiled with `raco exe`. + +| Day | Time (s) | +|-----|----------| +| 15 | 3.81 | +| 16 | 20.6 | +| 19 | 75.7 |