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