diff options
| author | Sebastiano Tronto <sebastiano@tronto.net> | 2023-12-13 23:04:01 +0100 |
|---|---|---|
| committer | Sebastiano Tronto <sebastiano@tronto.net> | 2023-12-13 23:04:01 +0100 |
| commit | b50110f5d370be071f9f1ce5ef4e1a7fdf41ce58 (patch) | |
| tree | ff5c362a6c802ecb17ea053787714d034242a290 /2023/06/6a.c | |
| parent | 2bf891c41c4613c83d869796cb68793ddb629ab8 (diff) | |
| download | aoc-b50110f5d370be071f9f1ce5ef4e1a7fdf41ce58.tar.gz aoc-b50110f5d370be071f9f1ce5ef4e1a7fdf41ce58.zip | |
Cleanup
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> |
