From dcaceea3689d6812d6853d21d2be1da1336c1634 Mon Sep 17 00:00:00 2001 From: Jeremy Kaplan Date: Sat, 28 Nov 2020 22:03:47 -0800 Subject: [PATCH] Add language reminders to README --- README.md | 12 ++++++++++++ 1 file changed, 12 insertions(+) diff --git a/README.md b/README.md index 1ded03b..fb0377d 100644 --- a/README.md +++ b/README.md @@ -1 +1,13 @@ I like solving the [Advent of Code](https://adventofcode.com/) challenges every year, and these are my solutions. I've started using this as a way to deepen my understanding of a new programming language every year, so my code isn't likely to be idiomatic or good. I don't expect this to be useful to anyone, but I'm having fun! :D + +- 2015: TODO +- 2016: TODO +- 2017: Python but like a Go programmer +- 2018: Rust +- 2019: Ruby +- 2020: TODO + +Languages I'd like to use for the TODO years: +- Elixir +- WebAssembly +- Haskell