Code for the Advent of Code event
aoc
advent-of-code
1# Advent of Code
2
3In this repo you can find the code for my solutions to [Advent of Code](http://adventofcode.com/)!
4
5Languages I've been using:
6
7 - [Ruby](https://www.ruby-lang.org/)
8 - [Lua](https://lua.org/)
9 - [MoonScript](https://moonscript.org/)
10 - [Rust](https://rust-lang.org)
11 - [C#](https://docs.microsoft.com/en-gb/dotnet/csharp/language-reference/)
12 - [F#](https://fsharp.org)
13 - [Raku](https://raku.org/)
14 - [Python](https://python.org)
15
16On some days I solve the problem in multiple languages. Usually first in one language I'm comfortable in to get it done fast. And then in other languages for the purpose of learning said language.