advent2025

Advent of Code 2025 Solutions
git clone git://bsandro.tech/advent2025
Log | Files | Refs | LICENSE

commit 428ea151e9c74061dda091c01b53f74c3ce95427
parent 542b7569c9a56f16b5be4676fc12f63b2bfc1c3a
Author: bsandro <email@bsandro.tech>
Date:   Tue,  2 Dec 2025 11:26:47 +0200

forgotten include

Diffstat:
Mday02.c | 1+
1 file changed, 1 insertion(+), 0 deletions(-)

diff --git a/day02.c b/day02.c @@ -2,6 +2,7 @@ #include <inttypes.h> #include <math.h> #include <string.h> +#include <stdbool.h> #include "cputime.h" typedef struct Range {