superlint/.automation/test/go/golang_good_01.go
2020-11-06 23:18:48 +01:00

7 lines
75 B
Go

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