diff options
Diffstat (limited to 'aoc_2023/day-06/logs')
-rw-r--r-- | aoc_2023/day-06/logs/.gitkeep | 0 | ||||
-rw-r--r-- | aoc_2023/day-06/logs/out_1.txt | 8 | ||||
-rw-r--r-- | aoc_2023/day-06/logs/out_2.txt | 7 |
3 files changed, 15 insertions, 0 deletions
diff --git a/aoc_2023/day-06/logs/.gitkeep b/aoc_2023/day-06/logs/.gitkeep new file mode 100644 index 0000000..e69de29 --- /dev/null +++ b/aoc_2023/day-06/logs/.gitkeep diff --git a/aoc_2023/day-06/logs/out_1.txt b/aoc_2023/day-06/logs/out_1.txt new file mode 100644 index 0000000..dfa6222 --- /dev/null +++ b/aoc_2023/day-06/logs/out_1.txt @@ -0,0 +1,8 @@ +=== COMPUTATION === + +[ 48, 93, 85, 95 ] [ 296, 1928, 1236, 1391 ] + +=== /COMPUTATION === + +=== ANSWER TO P1 === +2756160 diff --git a/aoc_2023/day-06/logs/out_2.txt b/aoc_2023/day-06/logs/out_2.txt new file mode 100644 index 0000000..acc44e7 --- /dev/null +++ b/aoc_2023/day-06/logs/out_2.txt @@ -0,0 +1,7 @@ +=== COMPUTATION === + + +=== /COMPUTATION === + +=== ANSWER TO P2 === +34788142 |