Skip to content

Instantly share code, notes, and snippets.

@hi-manshu
Created June 26, 2018 19:52
Show Gist options
  • Save hi-manshu/7f09bfc5bb95127fb2359f5bf9601d85 to your computer and use it in GitHub Desktop.
Save hi-manshu/7f09bfc5bb95127fb2359f5bf9601d85 to your computer and use it in GitHub Desktop.
package main
import "fmt"
//imports the package formatted I/O
func main() {
//While running the file using go run HelloWorld.go the main function gets called
fmt.Println("hello world")
//prints the hello World to start with
}
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment