package main import "fmt" func main() { fmt.Println("Hello, Playground!") }
Output
Click Run or press Ctrl+Enter to execute your code.