Skip to content

Instantly share code, notes, and snippets.

@Agilulfe
Last active August 18, 2020 14:55
Show Gist options
  • Save Agilulfe/8309e1818e61d23c57fd917b8c43112b to your computer and use it in GitHub Desktop.
Save Agilulfe/8309e1818e61d23c57fd917b8c43112b 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