some-advent-of-code: diff 0da4a2da 78868be7

Branch: master

Commit: 0da4a2dae99800fe3250211482c760469602c56d

Author: Nicholas Prado <nmprado@nzen.ws>
Date: Sat Dec 4 05:31:05 UTC 2021
Parent: 78868be76e1cdca9df3880c7664c81538255d3bc
Log message:

    chore 21 01,02 provide solutions

    1: diff --git a/src/res/y2021/21_01_solutions.txt b/src/res/y2021/21_01_solutions.txt
    2: new file mode 100644
    3: index 0000000..1fde9e5
    4: --- /dev/null
    5: +++ b/src/res/y2021/21_01_solutions.txt
    6: @@ -0,0 +1,6 @@
    7: +
    8: +example 1 : 7
    9: +puzzle 1 : 1696
   10: +
   11: +example 2 : 5
   12: +puzzle 2 : 1737
   13: diff --git a/src/res/y2021/21_02_solutions.txt b/src/res/y2021/21_02_solutions.txt
   14: new file mode 100644
   15: index 0000000..91912d5
   16: --- /dev/null
   17: +++ b/src/res/y2021/21_02_solutions.txt
   18: @@ -0,0 +1,6 @@
   19: +
   20: +example 1 : 150
   21: +puzzle 1 : 1524750
   22: +
   23: +example 2 : 900
   24: +puzzle 2 : 1592426537

Generated by git2html.