lint/.automation/test/go/golang_good_01.go
2020-11-06 23:52:00 +01:00

7 lines
72 B
Go

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