# [Advent of Code 2021](https://adventofcode.com/2021) ## Progress | Day | Part 1 | Part 2 | Language | | :-: | :----: | :----: | :------- | | 01 | ✓ | ✓ | [Ruby] | | 02 | ✓ | ✓ | [Ada] | | 03 | ✓ | ✓ | [Perl] | | 04 | ✓ | ✓ | [Go] | | 05 | ✓ | ✓ | [Nim] | | 06 | ✓ | ✓ | [Inko] | | 07 | ✓ | ✓ | [Swift] | | 08 | ✓ | | [C#] | | 09 | ✓ | ✓ | [C] | | 10 | | | | | 11 | | | | | 12 | | | | | 13 | | | | | 14 | | | | | 15 | | | | | 16 | | | | | 17 | | | | | 18 | | | | | 19 | | | | | 20 | | | | | 21 | | | | | 22 | | | | | 23 | | | | | 24 | | | | | 25 | | | | ## Additional Challenges - Attempt to solve each day in a different language. [ruby]: https://www.ruby-lang.org [ada]: https://www.adacore.com/about-ada [perl]: https://www.perl.org [go]: https://go.dev [nim]: https://nim-lang.org [inko]: https://inko-lang.org [swift]: https://www.swift.org [c#]: https://docs.microsoft.com/en-us/dotnet/csharp/ [c]: http://www.open-std.org/jtc1/sc22/wg14