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

8 lines
75 B
Go
Raw Normal View History

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