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

package main

import "fmt"

func main() {
    fmt.Println("hello world")
}