learn-go-with-tests/hello.go
2022-01-26 14:26:00 +00:00

8 lines
73 B
Go

package main
import "fmt"
func main() {
fmt.Println("Hello, world")
}