Skip to content

Instantly share code, notes, and snippets.

@developer1622
Last active July 24, 2021 10:34
Show Gist options
  • Save developer1622/765096178f0244e7836d24e6ab41cccc to your computer and use it in GitHub Desktop.
Save developer1622/765096178f0244e7836d24e6ab41cccc to your computer and use it in GitHub Desktop.
Hello Mars Code in Golang
package main
import "fmt"
func main() {
// We may write hello mars once we reach there
fmt.Println("Hello Mars !")
}
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment