11
nsa94
6y

Starting "Go"

package main
import "fmt"
func main() {
fmt.Println("Hello Go World")
}

Comments
Add Comment