aboutsummaryrefslogtreecommitdiff
path: root/2023/06
diff options
context:
space:
mode:
Diffstat (limited to '2023/06')
-rw-r--r--2023/06/6a.c2
-rw-r--r--2023/06/6b.txt1
-rw-r--r--2023/06/in.txt2
-rw-r--r--2023/06/in2.txt2
4 files changed, 2 insertions, 5 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>
diff --git a/2023/06/6b.txt b/2023/06/6b.txt
deleted file mode 100644
index 3d9fcf8..0000000
--- a/2023/06/6b.txt
+++ /dev/null
@@ -1 +0,0 @@
1Just use 6a and modify the input file manually
diff --git a/2023/06/in.txt b/2023/06/in.txt
deleted file mode 100644
index db24621..0000000
--- a/2023/06/in.txt
+++ /dev/null
@@ -1,2 +0,0 @@
1Time: 41 96 88 94
2Distance: 214 1789 1127 1055
diff --git a/2023/06/in2.txt b/2023/06/in2.txt
deleted file mode 100644
index 000bcf9..0000000
--- a/2023/06/in2.txt
+++ /dev/null
@@ -1,2 +0,0 @@
1Time: 41968894
2Distance: 214178911271055

Generated with cgit - Back to sebastiano.tronto.net