diff options
Diffstat (limited to 'aoc_2023/day-03/logs')
-rw-r--r-- | aoc_2023/day-03/logs/.gitkeep | 0 | ||||
-rw-r--r-- | aoc_2023/day-03/logs/out_1.txt | 7 | ||||
-rw-r--r-- | aoc_2023/day-03/logs/out_2.txt | 7 |
3 files changed, 14 insertions, 0 deletions
diff --git a/aoc_2023/day-03/logs/.gitkeep b/aoc_2023/day-03/logs/.gitkeep new file mode 100644 index 0000000..e69de29 --- /dev/null +++ b/aoc_2023/day-03/logs/.gitkeep diff --git a/aoc_2023/day-03/logs/out_1.txt b/aoc_2023/day-03/logs/out_1.txt new file mode 100644 index 0000000..f772de3 --- /dev/null +++ b/aoc_2023/day-03/logs/out_1.txt @@ -0,0 +1,7 @@ +=== COMPUTATION === + + +=== /COMPUTATION === + +=== ANSWER TO P1 === +528819 diff --git a/aoc_2023/day-03/logs/out_2.txt b/aoc_2023/day-03/logs/out_2.txt new file mode 100644 index 0000000..dd7c2a2 --- /dev/null +++ b/aoc_2023/day-03/logs/out_2.txt @@ -0,0 +1,7 @@ +=== COMPUTATION === + + +=== /COMPUTATION === + +=== ANSWER TO P2 === +80403602 |