somewhat optimized day 2. for fun

This commit is contained in:
2025-12-04 16:33:55 -06:00
parent 511bf09d65
commit 5b71ad8ed0
3 changed files with 263 additions and 3 deletions

6
day2.c
View File

@@ -249,10 +249,10 @@ no_len_change:
return result;
}
#define RUN_TEST1 1
#define RUN_PART1 1
#define RUN_TEST1 0
#define RUN_PART1 0
#define RUN_TEST2 0
#define RUN_PART2 0
#define RUN_PART2 1
#define TEST1_EXPECT 0x1227775554l
#define TEST2_EXPECT 0x4174379265l