Skip to content

Instantly share code, notes, and snippets.

@donvito
Last active November 26, 2022 03:41
Show Gist options
  • Save donvito/ab97445012d9c974be904f67f7d29d07 to your computer and use it in GitHub Desktop.
Save donvito/ab97445012d9c974be904f67f7d29d07 to your computer and use it in GitHub Desktop.
Hello World
// This is a comment
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