Remix.run Logo
antfarm a day ago

I did Advent of Code 2024 in Swift in a functional style, without using mutable state, custom data types (i.e. classes or structs) or loops.

https://github.com/antfarm/AdventOfCode2024