Skip to content

Commit

Permalink
Merge pull request #63 from YohDeadfall/fix-code-compilation
Browse files Browse the repository at this point in the history
Fixed compilation on Getting Started page
  • Loading branch information
dhardy authored Sep 26, 2024
2 parents 6daeb53 + 32f3a85 commit 69a9997
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions src/guide-start.md
Original file line number Diff line number Diff line change
Expand Up @@ -11,6 +11,7 @@ cargo add rand --features small_rng

Now, paste the following into `src/main.rs`:
```rust
# extern crate rand;
use rand::prelude::*;

fn main() {
Expand Down

0 comments on commit 69a9997

Please sign in to comment.