github.com/graybobo/golang.org-package-offline-cache@v0.0.0-20200626051047-6608995c132f/x/talks/2014/hellogophers/hello_20080606.go (about)

     1  // +build ignore,OMIT
     2  
     3  package main
     4  
     5  func main() int {
     6  	print "hello, world\n";
     7  	return 0;
     8  }