Run ❯
Get your
own
website
×
Change Orientation
Change Theme, Dark/Light
Go to Spaces
package main import ("fmt") func main() { fmt.Println("Hello World!") // fmt.Println(" This line does not execute") }
Hello World!