Example error

This commit is contained in:
Bradlee Speice 2018-09-02 21:13:59 -04:00
parent b8ebfe769a
commit 7ecf6f86e0

View File

@ -11,7 +11,7 @@ couldn't possibly run:
```rust ```rust
fn main() { fn main() {
println("{}", 8.to_string()) println!("{}", 8.to_string())
} }
``` ```