My solutions to https://adventofcode.com/
Find a file
2024-12-16 22:26:23 +01:00
2020 2020-25 in haskell v2 2023-05-21 22:43:08 +02:00
2021 Added first part of the third day in zig 2022-08-12 21:42:25 +02:00
2022 parsing updates for 2022-22 in haskell 2023-12-25 23:47:01 +01:00
2023 2023-25 in haskell 2024-11-21 00:23:25 +01:00
2024 2024-13 in haskell 2024-12-16 22:26:23 +01:00
.gitignore 2023-03 in haskell 2023-12-03 14:15:48 +01:00
LICENSE Initial import 2021-12-06 18:20:56 +01:00
README.md 2022-01 in befunge! 2022-12-01 18:48:22 +01:00

This repository contains my solutions to the advent of code puzzles available at https://adventofcode.com/

I do not strive for elegance or anything, I just solve a puzzle (often brute forcing it) and if it executes fast enough I move on to the next one.

If the puzzle suits my fancy I implement a Funge-98 solution for fun that I run using one of my own interpreters: