@eldersnake@we.loveprivacy.club I’m afraid it is really 🤣

A “Hello World” in Go is just:

$ go mod init hello
$ cat > main.go <<EOF
package main

import "fmt"

func main() {
    fmt.Println("Hello World")
}
$ go build
$ ./hello
Hello World

#zzghbvq
This is twtxt search engine and crawler. Please contact Support if you have any questions, concerns or feedback!