Run ❯
×
Change Orientation
Change Theme, Dark/Light
// This is a comment package main import ("fmt") func main() { // This is a comment fmt.Println("Hello World!") }
Hello World!