Update README.md

This commit is contained in:
Peter Anning 2022-11-06 08:56:41 +00:00 committed by GitHub
parent e50725168a
commit efb6066a50
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23

View file

@ -41,7 +41,7 @@ cargo scaffold <day>
# Created empty input file "src/inputs/01.txt"
# Created empty example file "src/examples/01.txt"
# ---
# 🎄 Type `cargo day 01` to run your solution.
# 🎄 Type `cargo solve 01` to run your solution.
```
Individual solutions live in the `./src/bin/` directory as separate binaries.