From c67d478120d896be9d20286c96e80d191ce4b7bd Mon Sep 17 00:00:00 2001 From: Jeremy Kaplan Date: Wed, 1 Dec 2021 19:05:58 -0800 Subject: [PATCH] Update readme --- README.md | 8 ++++---- 1 file changed, 4 insertions(+), 4 deletions(-) diff --git a/README.md b/README.md index fa32a13..ed7305d 100644 --- a/README.md +++ b/README.md @@ -1,13 +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 +I like solving the [Advent of Code](https://adventofcode.com/) challenges every year, and these are my solutions. I use this as a way to learn a new language or try new techniques in one I'm already using, 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 +- 2017: Python - 2018: Rust - 2019: Ruby - 2020: Elixir +- 2021: Go Languages I'd like to use for the TODO years: -- WebAssembly -- Haskell - J (or other APL-like) +- Haskell