Add note on how to run all solutions

This commit is contained in:
zuckerberg 2022-12-03 23:55:03 -07:00
parent 4b08e2b19b
commit ded272b88a

View File

@ -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
```