docs: link solution template in scaffold section

This commit is contained in:
Felix Spöttel 2021-12-29 15:29:05 +01:00
parent ec1831c83d
commit 7430afb606

View file

@ -41,7 +41,7 @@ Generated with the [advent-of-code-rust](https://github.com/fspoettel/advent-of-
# 🎄 Type `cargo run --bin 01` to run your solution.
```
Every solution has _unit tests_ referencing the _example_ file. Use these tests to develop and debug your solution. When editing a solution, `rust-analyzer` will display buttons for these actions above the unit tests.
Every [solution](https://git.io/JyXa8) has _unit tests_ referencing the _example_ file. Use these tests to develop and debug your solution. When editing a solution, `rust-analyzer` will display buttons for these actions above the unit tests.
### Download inputs for a day