Posts

Showing posts from February, 2021

Hello.go

 Package main Import "fmt" func main() {            fmt.Println("hello go") }