diff options
| author | Sebastiano Tronto <sebastiano@tronto.net> | 2023-12-13 23:04:01 +0100 |
|---|---|---|
| committer | Sebastiano Tronto <sebastiano@tronto.net> | 2023-12-13 23:04:01 +0100 |
| commit | b50110f5d370be071f9f1ce5ef4e1a7fdf41ce58 (patch) | |
| tree | ff5c362a6c802ecb17ea053787714d034242a290 /2023/06 | |
| parent | 2bf891c41c4613c83d869796cb68793ddb629ab8 (diff) | |
| download | aoc-b50110f5d370be071f9f1ce5ef4e1a7fdf41ce58.tar.gz aoc-b50110f5d370be071f9f1ce5ef4e1a7fdf41ce58.zip | |
Cleanup
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 | ||
