finish day 1

This commit is contained in:
2025-12-01 17:40:09 -05:00
commit c65cace0a5
6 changed files with 11945 additions and 0 deletions

7
run_tests.cpp Normal file
View File

@@ -0,0 +1,7 @@
//
// Created by Grant Horner on 12/1/25.
//
#define DOCTEST_CONFIG_IMPLEMENT_WITH_MAIN
#include "doctest.h"
#include "day1.cpp"