zola-sam/content/posts/syntax-highlighting.md

213 B

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

Here is some syntax hightlighting.

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