/ Published in: C++
Hello world in google golang.
Expand |
Embed | Plain Text
Copy this code and paste it in your HTML
package main import "fmt" func main() { fmt.Printf("Hello world.\n") }