aboutsummaryrefslogtreecommitdiff
path: root/2023/23
diff options
context:
space:
mode:
Diffstat (limited to '2023/23')
-rw-r--r--2023/23/23a.c1
-rw-r--r--2023/23/23b.c1
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

Generated with cgit - Back to sebastiano.tronto.net