Go by Example - Hello World
Go by Example - Hello World
com/hello-world
import "fmt"
func main() {
fmt.Println("hello world")
}
1 of 1 11/26/24, 23:21