Skip to content

Instantly share code, notes, and snippets.

@samirkape
Last active February 13, 2021 14:12
Show Gist options
  • Save samirkape/7963c23d97ad0681ed5f32b81b040d8d to your computer and use it in GitHub Desktop.
Save samirkape/7963c23d97ad0681ed5f32b81b040d8d to your computer and use it in GitHub Desktop.
Hello, World in Go
package main
import "fmt"
func main() {
fmt.Println("Hello, World")
}
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment