Playground
counting-up
hello-world
try-to-alert-with-logs
Source Code
package main import "fmt" func main() { fmt.Println("¡Hola Mundo!") }
Run
Your app is being built.