Caso # | Resultado | Tiempo | Memoria |
---|---|---|---|
#1 |
Error de compilación
# command-line-arguments ./main.go:5:1: syntax error: non-declaration statement outside function body |
package main import "fmt" main(){ fmt.Println("Hola Codeo") }