aboutsummaryrefslogtreecommitdiff
path: root/2023/17
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/17
parent6a480c4eb9c96c82a8fd3663f0fbee4d32e56f19 (diff)
downloadaoc-94d0033ed89bb5bfb6500051296892fb7cea6c29.tar.gz
aoc-94d0033ed89bb5bfb6500051296892fb7cea6c29.zip
Small cleanup
Diffstat (limited to '2023/17')
-rw-r--r--2023/17/17a.c3
-rw-r--r--2023/17/17b.c3
2 files changed, 0 insertions, 6 deletions
diff --git a/2023/17/17a.c b/2023/17/17a.c
index 0b02f45..9b025a4 100644
--- a/2023/17/17a.c
+++ b/2023/17/17a.c
@@ -1,7 +1,4 @@
1#include <stdbool.h>
2#include <stdio.h> 1#include <stdio.h>
3#include <stdlib.h>
4#include <string.h>
5 2
6#define M 150 3#define M 150
7#define MAXE 1000000 4#define MAXE 1000000
diff --git a/2023/17/17b.c b/2023/17/17b.c
index 10fad81..51e1636 100644
--- a/2023/17/17b.c
+++ b/2023/17/17b.c
@@ -1,7 +1,4 @@
1#include <stdbool.h>
2#include <stdio.h> 1#include <stdio.h>
3#include <stdlib.h>
4#include <string.h>
5 2
6#define M 150 3#define M 150
7#define MAXE 1000000 4#define MAXE 1000000

Generated with cgit - Back to sebastiano.tronto.net