From ded272b88ac14c35df5b616416e5d9d6fa4f147d Mon Sep 17 00:00:00 2001 From: zuckerberg <5-zuckerberg@users.noreply.git.neet.dev> Date: Sat, 3 Dec 2022 23:55:03 -0700 Subject: [PATCH] Add note on how to run all solutions --- README.md | 6 ++++++ 1 file changed, 6 insertions(+) diff --git a/README.md b/README.md index bd1f64e..e020aa0 100644 --- a/README.md +++ b/README.md @@ -4,4 +4,10 @@ To evaluate, go to the directory of a day and run: ```sh nix eval -f solution.nix +``` + +To run all solutions run: + +```sh +./runAll.sh ``` \ No newline at end of file