Skip to content

Instantly share code, notes, and snippets.

@ashishmaurya
Created August 16, 2020 06:24
Show Gist options
  • Save ashishmaurya/b73ef055c3302f3f3272811bd34a6d64 to your computer and use it in GitHub Desktop.
Save ashishmaurya/b73ef055c3302f3f3272811bd34a6d64 to your computer and use it in GitHub Desktop.
//Package name
package main
//External packages used in program
import "fmt"
//Entry point into application
func main() {
fmt.Println("Hello, World!!")
}
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment