I’m a Go developer by trade, so let’s say hello in Go!

package main

import "fmt"

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