This repository contains all my code I've made for Advent of code: https://adventofcode.com
Go to file
jiriks74 17d14e61cc
fix(CMake): Debugger flags were not set
This caused optimization to be turned on for debug builds
2024-09-24 12:43:39 +02:00
01 fix(CMake): Debugger flags were not set 2024-09-24 12:43:39 +02:00
02 fix(CMake): Debugger flags were not set 2024-09-24 12:43:39 +02:00
assets feat(assets): move assets to their own folder 2023-12-10 04:19:05 +01:00
C_Template fix(CMake): Debugger flags were not set 2024-09-24 12:43:39 +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