From f148347e5b4db6d3b42a256b10b79ec5d7405091 Mon Sep 17 00:00:00 2001 From: Antoine Martin Date: Mon, 14 Dec 2020 15:27:29 +0100 Subject: [PATCH] add README --- README.org | 10 ++++++++++ 1 file changed, 10 insertions(+) create mode 100644 README.org diff --git a/README.org b/README.org new file mode 100644 index 0000000..3fa0b4f --- /dev/null +++ b/README.org @@ -0,0 +1,10 @@ +#+title: Advent of Code + +Solutions to the [[https://adventofcode.com][Advent of Code]], in Rust. + +I've started doing these in 2019, mainly to learn Rust. Comparing my solutions +to others', such as [[https://github.com/BurntSushi/advent-of-code][BurntSushi's repo for 2018]], helped a lot to learn Rust +idioms. + +Years [[file:aoc2019/][2019]] and [[file:aoc2020/][2020]] are the most complete, and I did these mostly on the day the +problems were released.