Hello World

package main

import "fmt"

func main() {
  fmt.Println("Hello World")
}
As my first algorithm teacher said "Hello World is the first step!".