Tutorial: Get started with Go - The Go Programming Language

PHOTO EMBED

Mon Feb 07 2022 19:13:16 GMT+0000 (Coordinated Universal Time)

Saved by @joel113 #go

package main

import "fmt"

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

https://go.dev/doc/tutorial/getting-started