hall_lacoloc/content/posts/syntax-highlighting.md

13 lines
154 B
Markdown

+++
title = "Syntax Hightlighting"
date = 2019-02-02
+++
Here is some syntax hightlighting.
```rust
pub fn main() {
println!("Hello world!");
}
```