Skip to content

Latest commit

 

History

History
39 lines (33 loc) · 589 Bytes

File metadata and controls

39 lines (33 loc) · 589 Bytes

Advent of Code 2025

This year, every day is solved in a different programming language.

Running

Requires Docker and Make. Run make from the root directory to execute all solutions.

For a tidier output, run:

make 2> /dev/null | grep --color=never "^Day "

Potential programming languages

  • Bash
  • Zig
  • C
  • Go
  • Swift
  • Python
  • F#
  • Kotlin
  • Haskell
  • C++
  • C#
  • Typescript

  • Rust
  • Java
  • Matlab/Octave (Temporarily used for day 10 part 2)
  • Objective C
  • T-SQL
  • PL/pgSQL
  • R
  • Scala
  • Assembly
  • Elixir
  • Clojure