Add println statement to rendered code block example

This commit is contained in:
mandeep 2018-05-18 10:06:20 -05:00
parent 6dc824257a
commit 8d74cf8705

View File

@ -89,6 +89,7 @@ It will render like this:
```rust
/// Some documentation.
# fn foo() {}
println!("Hello, World!");
```
Yes, that's right: you can add lines that start with `# `, and they will