Files
learngo/main.go
2018-10-31 21:42:08 +03:00

8 lines
72 B
Go

package main
import "fmt"
func main() {
fmt.Println("Hi Gopher!")
}