Skip to content

Instantly share code, notes, and snippets.

@LeKovr
Created December 12, 2015 08:57
Show Gist options
  • Save LeKovr/869fb8adef79d2fc64eb to your computer and use it in GitHub Desktop.
Save LeKovr/869fb8adef79d2fc64eb to your computer and use it in GitHub Desktop.
Go lang: "Hello, world"
package main
import "fmt"
func main() {
fmt.Printf("hello, world\n")
}
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment