{Uki's tech notes}
This notebook is a collection of code snippets and technical "how to" instructions.
Pages
Welcome
Julia
AI
Android
Java
Python
Jypyter
Conda
Linux/UNIX
LinkedIn
Medium articles
Uki's personal blog
Search This Blog
Go: Hello World
by: Anonymous
Time to learn another language!
https://golang.org/dl/
Mac:
https://storage.googleapis.com/golang/go1.4.1.darwin-386-osx10.8.pkg
IntelliJ IDEA had a plugin that is auto-detected when you open a file hello
.go
package
main
import
"fmt"
func
main() {
fmt.Printf(
"hello, world\n"
)
}
No comments:
Post a Comment
Newer Post
Older Post
Home
Subscribe to:
Post Comments (Atom)
No comments:
Post a Comment