Hello world

Test. This text has emphasis. This text is strong. And because this post is called 'Hello world', here's such a thing:

package main

import "fmt"

func main() {
    fmt.Printf("Hello world.\n")
}