diff options
| -rw-r--r-- | README.md | 4 |
1 files changed, 4 insertions, 0 deletions
@@ -1,2 +1,6 @@ # aoc-2020 Advent of code 2020 + +## Running + +Run `npm start -- day1` to run day 1 exercise. Expects `input.txt` to exist in the `day1` directory. |
![]() |
index : aoc-2020.git | |
| Advent of code 2020 | Git Server |
| aboutsummaryrefslogtreecommitdiffstats |
| -rw-r--r-- | README.md | 4 |
@@ -1,2 +1,6 @@ # aoc-2020 Advent of code 2020 + +## Running + +Run `npm start -- day1` to run day 1 exercise. Expects `input.txt` to exist in the `day1` directory. |