Playground
counting-up
dom
hello-world
html
try-to-alert-with-logs
Source Code
go.mod
module playground go 1.23.2
go.sum
main.go
package main import "fmt" func main() { fmt.Println("¡Hola Mundo!") }
Run
Format
Tidy Module
Download
Your app is being built.