superlint/.automation/test/go/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-11-06 17:18:48 -05:00
fmt.Println("hello world")
2020-02-28 10:51:29 -05:00
}