Hello World

package main

import "fmt"

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

As my first algorithm teacher used to say: “Hello World is the first step!”