docs: fix leftover occurence of cargo day (#3)

This commit is contained in:
Peter Anning 2022-11-06 09:30:19 +00:00 committed by GitHub
parent e50725168a
commit b1149487c5
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 input file "src/inputs/01.txt"
# Created empty example file "src/examples/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. Individual solutions live in the `./src/bin/` directory as separate binaries.