Go: Hello World

Time to learn another language!

https://golang.org/dl/



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