Run ❯
Get your
own
website
Result Size:
625 x 565
×
Change Orientation
Change Theme, Dark/Light
Go to Spaces
package main import ("fmt") func main() { fmt.Println("Hello World!") }
x
package
main
import
(
"fmt"
)
func
main
()
{
fmt
.
Println
(
"Hello World!"
)
}
./prog.go:4:6: missing function body
./prog.go:5:1: syntax error: unexpected semicolon or newline before {