diff --git a/pages/projects.md b/pages/projects.md index b39b6a2..eebefb9 100644 --- a/pages/projects.md +++ b/pages/projects.md @@ -50,13 +50,124 @@ }) + + + + +
+

Advent of Code 2020

In December 2020 I decided to participate in the Advent of Code 2020, a yearly event where every day of December, you get an __algorithmic puzzle__ that you can solve using any language you want (the input data is randomly generated and you must provide the correct answer). I chose to solve the daily puzzles with __Rust__ code, since I am __very interested in this language__ and I haven't practised it very much.