xxxxxxxxxx
package main
import "fmt"
func main() {
fmt.Println("¡Hola Mundo!")
}
module playground
go 1.23.2
Your app is being built.