This repository contains all my code I've made for Advent of code: https://adventofcode.com
Go to file
2024-12-03 17:09:44 +01:00
01 fix(01): Fix memory leaks, fix copyright, handle empty lines in input 2024-12-03 17:09:40 +01:00
02 feat(C_Template): Add .vscode template, add test.input (empty) file 2024-12-03 17:09:44 +01:00
assets feat(assets): move assets to their own folder 2023-12-10 04:19:05 +01:00
C_Template feat(C_Template): Add .vscode template, add test.input (empty) file 2024-12-03 17:09:44 +01:00
.editorconfig feat(README): add logo, add \n to eof 2023-12-10 04:17:53 +01:00
.envrc fix(nix): Move nix to repo root to prevend cache duplication 2024-09-23 03:50:55 +02:00
.gitignore feat(02): Solve day 2 2024-09-23 03:13:21 +02:00
default.nix feat(nix): Add valgrind 2024-12-03 14:19:51 +01:00
README.md chore: Update README with 2023 branch 2024-12-01 17:26:58 +01:00

AdventOfCode

This repository contains all my code I've made for Advent of code!

Previous years