github.com/megatontech/mynoteforgo@v0.0.0-20200507084910-5d0c6ea6e890/MyCode/helloworld.go (about)

     1  package main
     2  
     3  import "fmt"
     4  
     5  func main(){
     6      fmt.Println("it just works");
     7  
     8  }