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

7 lines
73 B
Go

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