Advent of Code 2025 - Mojo

Hey all! I thought I’d start a thread for folks who, like me, are working through Advent of Code 2025 in Mojo. Feel free to share questions, solutions, and reflections here or in the discord channel. Looking forward to seeing how folks approach this year’s challenges.

6 Likes

Also, shoutout to @CreativeNothing for putting together a skeleton to handle running and reporting:

https://github.com/TheAgaveFairy/AoC25Mojo

1 Like

I’m running AOC 2025 in Fortran this year :grimacing: https://github.com/rcghpge/advent-of-code

1 Like

Way to get after it, props!

1 Like

I want to circle back to 2024 Mojo at some point. A lot of development in the ecosystem since then. It seems so long ago to me

I’ve been posting daily solutions over on Discord, but they are all found here! sstadick/aoc-2025: Advent of Code 2025 - Codeberg.org

2 Likes

First time using Mojo, first few days were rough, but now I am loving it.
My solutions + simple benchmarking if anyone is interested: GitHub - BraSDon/advent-of-mojo

4 Likes