Skip to content

Instantly share code, notes, and snippets.

@samueltcsantos
Created February 28, 2022 18:15
Show Gist options
  • Star 0 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save samueltcsantos/31ba3f6097307d6f66c6f7677f182504 to your computer and use it in GitHub Desktop.
Save samueltcsantos/31ba3f6097307d6f66c6f7677f182504 to your computer and use it in GitHub Desktop.
Alô mundo em Go
package main
import "fmt"
func main() {
fmt.Println("Alô Mundo")
}
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment