diff options
| author | Sebastiano Tronto <sebastiano@tronto.net> | 2023-12-25 17:56:34 +0100 |
|---|---|---|
| committer | Sebastiano Tronto <sebastiano@tronto.net> | 2023-12-25 17:56:34 +0100 |
| commit | 94d0033ed89bb5bfb6500051296892fb7cea6c29 (patch) | |
| tree | 245eac2218310c958c2df2fad5109ea4f7b2a9d9 /2023/23 | |
| parent | 6a480c4eb9c96c82a8fd3663f0fbee4d32e56f19 (diff) | |
| download | aoc-94d0033ed89bb5bfb6500051296892fb7cea6c29.tar.gz aoc-94d0033ed89bb5bfb6500051296892fb7cea6c29.zip | |
Small cleanup
Diffstat (limited to '2023/23')
| -rw-r--r-- | 2023/23/23a.c | 1 | ||||
| -rw-r--r-- | 2023/23/23b.c | 1 |
2 files changed, 0 insertions, 2 deletions
diff --git a/2023/23/23a.c b/2023/23/23a.c index fb6ac7d..429b1a4 100644 --- a/2023/23/23a.c +++ b/2023/23/23a.c | |||
| @@ -1,6 +1,5 @@ | |||
| 1 | #include <stdbool.h> | 1 | #include <stdbool.h> |
| 2 | #include <stdio.h> | 2 | #include <stdio.h> |
| 3 | #include <stdlib.h> | ||
| 4 | #include <string.h> | 3 | #include <string.h> |
| 5 | 4 | ||
| 6 | #define N 200 | 5 | #define N 200 |
diff --git a/2023/23/23b.c b/2023/23/23b.c index 9635805..ee35705 100644 --- a/2023/23/23b.c +++ b/2023/23/23b.c | |||
| @@ -1,6 +1,5 @@ | |||
| 1 | #include <stdbool.h> | 1 | #include <stdbool.h> |
| 2 | #include <stdio.h> | 2 | #include <stdio.h> |
| 3 | #include <stdlib.h> | ||
| 4 | #include <string.h> | 3 | #include <string.h> |
| 5 | 4 | ||
| 6 | #define N 150 | 5 | #define N 150 |
