This repository contains my solutions for the Advent of Code challenges. I’m aiming to use a different language each year.
Year | Language |
---|---|
2015 | C (-std=c99 ) |
2022 | Python |
2023 | Go |
Here a loose list of languages I think I’d like to try out in Advent of Code:
- C++
- C#
- Elixir
- Java
- OCaml
- Ruby
- Rust
- Swift
- Zig
This code and software is licensed under GLWTPL. For more information, please see the LICENSE file.
The cJSON library included in the 2015 solutions is licensed under the MIT License. The license is included in the source files.