From 6dc6084b9229690ad9ba55d3e364e6ebc58753a6 Mon Sep 17 00:00:00 2001 From: Adam Millerchip Date: Wed, 25 Nov 2020 15:33:09 +0900 Subject: [PATCH] Add progress image --- README.md | 2 ++ 1 file changed, 2 insertions(+) diff --git a/README.md b/README.md index 5a5639d..42dfb60 100644 --- a/README.md +++ b/README.md @@ -2,6 +2,8 @@ My (attempted) solutions to [Advent of Code 2020](https://adventofcode.com/2020) in Elixir. +image + ## Strategy If this year is like 2018, the last time I did this, each problem will be split into multiple parts.