Skip to content

Instantly share code, notes, and snippets.

@ediskandarov
Created April 2, 2019 18:07
Show Gist options
  • Save ediskandarov/6f5c7a25f6f172416e0b383fad04c2de to your computer and use it in GitHub Desktop.
Save ediskandarov/6f5c7a25f6f172416e0b383fad04c2de to your computer and use it in GitHub Desktop.
Golang 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