Hello, World!

package main

import (
	"fmt"
)

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

Hello, world! This is the first post on my blog.

© 2020 - Built with Hugo - Thanks for reading 💙