Skip to content

Instantly share code, notes, and snippets.

@samuelloza
Created November 3, 2019 19:40
Show Gist options
  • Select an option

  • Save samuelloza/f1789a085269aa73ac5b54ff39108726 to your computer and use it in GitHub Desktop.

Select an option

Save samuelloza/f1789a085269aa73ac5b54ff39108726 to your computer and use it in GitHub Desktop.
//Hola Mundo en Go
package main
import "fmt"
func main() {
fmt.Printf("Hola mundo! \n")
}
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment