aboutsummaryrefslogtreecommitdiff
path: root/2023/09
diff options
context:
space:
mode:
authorSebastiano Tronto <sebastiano@tronto.net>2023-12-25 17:56:34 +0100
committerSebastiano Tronto <sebastiano@tronto.net>2023-12-25 17:56:34 +0100
commit94d0033ed89bb5bfb6500051296892fb7cea6c29 (patch)
tree245eac2218310c958c2df2fad5109ea4f7b2a9d9 /2023/09
parent6a480c4eb9c96c82a8fd3663f0fbee4d32e56f19 (diff)
downloadaoc-94d0033ed89bb5bfb6500051296892fb7cea6c29.tar.gz
aoc-94d0033ed89bb5bfb6500051296892fb7cea6c29.zip
Small cleanup
Diffstat (limited to '2023/09')
-rw-r--r--2023/09/9a.c1
-rw-r--r--2023/09/9b.c1
2 files changed, 0 insertions, 2 deletions
diff --git a/2023/09/9a.c b/2023/09/9a.c
index 10b7beb..741c344 100644
--- a/2023/09/9a.c
+++ b/2023/09/9a.c
@@ -2,7 +2,6 @@
2#include <stdbool.h> 2#include <stdbool.h>
3#include <stdio.h> 3#include <stdio.h>
4#include <stdlib.h> 4#include <stdlib.h>
5#include <string.h>
6 5
7#define N 1000 6#define N 1000
8 7
diff --git a/2023/09/9b.c b/2023/09/9b.c
index 1b539c1..f04e9a6 100644
--- a/2023/09/9b.c
+++ b/2023/09/9b.c
@@ -2,7 +2,6 @@
2#include <stdbool.h> 2#include <stdbool.h>
3#include <stdio.h> 3#include <stdio.h>
4#include <stdlib.h> 4#include <stdlib.h>
5#include <string.h>
6 5
7#define N 1000 6#define N 1000
8 7

Generated with cgit - Back to sebastiano.tronto.net