superlint/.automation/test/golang/golang_good_01.go

8 lines
73 B
Go
Raw Normal View History

2020-02-28 10:51:29 -05:00
package main
import "fmt"
func main() {
fmt.Println("hello world")
}