Run ❯
×
Change Orientation
Change Theme, Dark/Light
package main import ("fmt") func main() { /* The code below will print Hello World to the screen, and it is amazing */ fmt.Println("Hello World!") }
Hello World!