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

8 lines
75 B
Go
Raw Normal View History

2020-02-28 09:51:29 -06:00
package main
import "fmt"
func main() {
2020-11-06 23:18:48 +01:00
fmt.Println("hello world")
2020-02-28 09:51:29 -06:00
}