Example Post

This is a Markdown blog post.

package main

import "fmt"

func main() {
    fmt.Println("Hello, world")
}
select *
from users
where id = 42;