superlint/.automation/test/golang/golang_good_01.go
Lucas Gravley 41a288fec9 tabs
2020-02-28 10:16:43 -06:00

7 lines
75 B
Go

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