This repository contains all my code I've made for Advent of code: https://adventofcode.com
Go to file
Jiří Štefka 8a4b3174b8
fix(CMake/coverage): remove cov.info, *.gcda and *.gcno for coverage
GCov and LCOV don't overwrite the files when new data is available
... for whatever reason
2023-12-11 04:29:02 +01:00
01 fix(CMake/coverage): remove cov.info, *.gcda and *.gcno for coverage 2023-12-11 04:29:02 +01:00
assets feat(assets): move assets to their own folder 2023-12-10 04:19:05 +01:00
C_Tempate fix(CMake/coverage): remove cov.info, *.gcda and *.gcno for coverage 2023-12-11 04:29:02 +01:00
.editorconfig feat(README): add logo, add \n to eof 2023-12-10 04:17:53 +01:00
.gitignore Solve day 1, add template 2022-12-06 02:38:31 +01: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