github.com/zyedidia/knit@v1.1.2-0.20230901152954-f7d4e39a0e24/examples/go/hello.go (about)

     1  package main
     2  
     3  import "fmt"
     4  
     5  func main() {
     6  	fmt.Println("Hello world!")
     7  }