~schnouki/advent-of-code

64e299ad — Thomas Jost 9 months ago
rm CI
0e9536b4 — Thomas Jost 9 months ago
2023 day 20 part 2
30169cf0 — Thomas Jost 9 months ago
2023 day 20 part 1

refs

master
browse  log 

clone

read-only
https://git.sr.ht/~schnouki/advent-of-code
read/write
git@git.sr.ht:~schnouki/advent-of-code

You can also use your local clone with git send-email.

#Advent of Code

This repo contains my solutions for the Advent of Code, an Advent calendar of small programming puzzles.

I just do this for fun. Usually in Python, but I may try other programming languages. Sometimes I try to do things cleanly, sometimes I don't even bother. Sometimes I try to be clever, sometimes I just use brute borce. Sometimes I even write some comments :)

Please, try to solve the puzzles by yourself before using these solutions!

#2017

My first Advent of Code! 😊

Everything done in Python.

#2018

This year I tried to do it in Scheme... and failed hard after a few days. Maybe one day I'll go back and finish it.

#2019 builds.sr.ht status

Let's do it for fun this time! Python, with a common and unified setup for scripts, test data, input, etc.

It even has a CI that run all scripts after each commit! 😁

#2020 builds.sr.ht status

Let's do this again! Still in Python, with the same framework as last year, and with CI on Sourcehut 🎉

#2021 builds.sr.ht status

Let's do this again. Probably mostly in Python, although I might experiment with Nim :)