Skip to content

Latest commit

 

History

History
35 lines (26 loc) · 821 Bytes

README.md

File metadata and controls

35 lines (26 loc) · 821 Bytes

Advent of Code Solutions

This repository contains my solutions for the Advent of Code challenges. I’m aiming to use a different language each year.

Years

Year Language
2015 C (-std=c99)
2022 Python
2023 Go
2024 Rust

Languages to Try

Here a loose list of languages I think I’d like to try out in Advent of Code:

  • C++
  • C#
  • Elixir
  • Java
  • OCaml
  • Ruby
  • Swift
  • Zig

License

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.