Files
exercism-rust/short-fibonacci/HINTS.md
2022-08-04 23:58:25 +02:00

5 lines
124 B
Markdown

# Hints
## General
- Check out the Rust documentation on [the `vec!` macro](https://doc.rust-lang.org/std/macro.vec.html).