My second post

2019-11-28

This is my second blog post.

package main

import "fmt"

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