Who here is pumped for advent of code 2023? Show me your hands
For those who don't know, advent of code is a 24 day coding puzzle marathon that is wrapped in a cute story. Starting December 1st you get two puzzles/problems a day and the difficulty increases with every day.
Last year I did each day using a different programming language. Some of the highlights were Factor, SWI-Prolog, Unison and IntercalScript. I'd definitely recommend this to people who have a lot of languages they are interested in but haven't tried.
I've generated a private leader board on the AoC website for those on this forum who are planning to do it. You don't have to be doing it in Rust but it would be nice to see how the community goes.
The code is: 3318327-a3ce1cfd, you can join private leader boards here.
First challenge in an hour and forty minutes, good luck folks!
I use Python to get the stars fast, then reimplement in Rust (and then ask ChatGPT to review my code). GitHub - mcimpoi/advent_of_code: My AOC solutions starting 2020 -- 2023 solutions are in a branch which is not yet merged; will merge after the competition.