This repository contains all my code I've made for Advent of code: https://adventofcode.com
Go to file
2024-09-23 03:50:55 +02:00
01 fix(01): Memory leaks, conditional jumps on uninitialized values 2023-12-11 11:58:46 +01:00
02 fix(nix): Move nix to repo root to prevend cache duplication 2024-09-23 03:50:55 +02:00
assets feat(assets): move assets to their own folder 2023-12-10 04:19:05 +01:00
C_Template feat(Template): Update .gitignore 2024-09-23 03:10:09 +02: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 fix(nix): Move nix to repo root to prevend cache duplication 2024-09-23 03:50:55 +02:00
README.md feat(assets): move assets to their own folder 2023-12-10 04:19:05 +01:00

AdventOfCode

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

Previous years