Commit Graph

21 Commits

Author SHA1 Message Date
e19fbc980b
feat(CTemplate): add basic .vscode and blank puzzle.input 2023-12-11 04:32:06 +01:00
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
c64b0d008c
feat(01): Solved part 2 2023-12-11 04:23:14 +01:00
6f9d90bf4d
feat(Doxygen): Use logo from assets 2023-12-10 04:21:39 +01:00
c9d334aafe
feat(assets): move assets to their own folder 2023-12-10 04:19:05 +01:00
ca71b60025
feat(README): add logo, add \n to eof 2023-12-10 04:17:53 +01:00
ceefbcc3e7
feat(misc): Add logo src 2023-12-10 04:15:02 +01:00
597ef1259d
feat(CTemplate): add Doxygen 2023-12-10 04:14:43 +01:00
118f3632a9
feat(01): Solved part 1 2023-12-10 04:14:17 +01:00
baf227ce23
fix(EditorConfig): turn off \n on eof for .md 2023-12-10 01:34:06 +01:00
96477dfba3
feat(EditorConfig): Add .editorconfig files 2023-12-10 01:25:53 +01:00
1f8dce3a86
fix(CTemplate): PROJECT_NAME 2023-12-10 01:16:28 +01:00
7223f1b99b
feat(CTemplate): Move to CMake 2023-12-10 01:15:20 +01:00
595837a4ac
feat(2023): remove code for new year 2023-12-10 00:51:02 +01:00
25458f02e9 Finished day 3 2022-12-07 03:14:58 +01:00
c9afabcd19 Fix memory leaks 2022-12-06 12:09:40 +01:00
51abd3f78a Solution for Day 2 2022-12-06 09:51:11 +01:00
e3036af5e3 Update template 2022-12-06 09:50:58 +01:00
8e74944ca2 Add comments, remove unnecessary code 2022-12-06 03:13:15 +01:00
7c9f031106 Solve day 1, add template 2022-12-06 02:38:31 +01:00
0eab5e62c5
Initial commit 2022-12-03 15:48:30 +01:00