One minute
HelloWorld
Hello World Example written in Go.
package main
import "fmt"
func main() {
fmt.Println("hello world")
}
One minute
Hello World Example written in Go.
package main
import "fmt"
func main() {
fmt.Println("hello world")
}