diff options
Diffstat (limited to '2023/06/6a.c')
| -rw-r--r-- | 2023/06/6a.c | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/2023/06/6a.c b/2023/06/6a.c index 4ce8fd1..25a85e5 100644 --- a/2023/06/6a.c +++ b/2023/06/6a.c | |||
| @@ -1,3 +1,5 @@ | |||
| 1 | /* For part 2, use this code and change the input file */ | ||
| 2 | |||
| 1 | #include <inttypes.h> | 3 | #include <inttypes.h> |
| 2 | #include <math.h> | 4 | #include <math.h> |
| 3 | #include <stdbool.h> | 5 | #include <stdbool.h> |
