diff options
Diffstat (limited to 'aoc_2021/day-02/logs')
-rw-r--r-- | aoc_2021/day-02/logs/.gitkeep | 0 | ||||
-rw-r--r-- | aoc_2021/day-02/logs/out_1.txt | 7 | ||||
-rw-r--r-- | aoc_2021/day-02/logs/out_2.txt | 7 |
3 files changed, 14 insertions, 0 deletions
diff --git a/aoc_2021/day-02/logs/.gitkeep b/aoc_2021/day-02/logs/.gitkeep new file mode 100644 index 0000000..e69de29 --- /dev/null +++ b/aoc_2021/day-02/logs/.gitkeep diff --git a/aoc_2021/day-02/logs/out_1.txt b/aoc_2021/day-02/logs/out_1.txt new file mode 100644 index 0000000..11e1c20 --- /dev/null +++ b/aoc_2021/day-02/logs/out_1.txt @@ -0,0 +1,7 @@ +=== COMPUTATION === + + +=== /COMPUTATION === + +=== ANSWER TO P1 === +1480518 diff --git a/aoc_2021/day-02/logs/out_2.txt b/aoc_2021/day-02/logs/out_2.txt new file mode 100644 index 0000000..eb0d962 --- /dev/null +++ b/aoc_2021/day-02/logs/out_2.txt @@ -0,0 +1,7 @@ +=== COMPUTATION === + + +=== /COMPUTATION === + +=== ANSWER TO P2 === +1282809906 |