diff options
| author | Jan Tuomi <jans.tuomi@gmail.com> | 2020-12-01 13:18:17 +0200 |
|---|---|---|
| committer | Jan Tuomi <jans.tuomi@gmail.com> | 2020-12-01 13:18:17 +0200 |
| commit | a42645944b9ccedc21dd90205fa98e4446745b0a (patch) | |
| tree | 04532487c37e3a3f76316d75cf97460c7dadc785 | |
| parent | 3328eb99625e7df28202e57cd8c159f8b7708ac5 (diff) | |
Update readme
| -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. |
