Hello World

This is my first post!

package main

import "fmt"

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