diff options
Diffstat (limited to '2023/06')
| -rw-r--r-- | 2023/06/6a.c | 2 | ||||
| -rw-r--r-- | 2023/06/6b.txt | 1 | ||||
| -rw-r--r-- | 2023/06/in.txt | 2 | ||||
| -rw-r--r-- | 2023/06/in2.txt | 2 |
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 @@ | |||
| 1 | Just 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 @@ | |||
| 1 | Time: 41 96 88 94 | ||
| 2 | Distance: 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 @@ | |||
| 1 | Time: 41968894 | ||
| 2 | Distance: 214178911271055 | ||
