get-programming-with-go/l0.go
2018-10-30 08:11:47 -04:00

11 lines
78 B
Go

package main
import (
"fmt"
)
func main() {
fmt.Println("hello moto")
}