hall_lacoloc/content/posts/syntax-highlighting.md

193 B

+++ title = "Syntax Hightlighting" date = 2019-02-02 [taxonomies] tags = ["syntax", "post"] +++

Here is some syntax hightlighting.

pub fn main() {
    println!("Hello world!");
}