Hello world, this is my first post!

Thank you Hugo for making it so easy to create a blog and PaperMod for the nice looking theme.

package main

import "fmt"

func main() {
    fmt.Println("Hello, World!")
}