superlint/.automation/test/golang/golang_good_01.go
2020-02-28 10:29:43 -06:00

7 lines
72 B
Go

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