blob: 8fd43ed1e52b4290a6e633983e331a371b34331a [file] [log] [blame]
package main
import (
"fmt"
)
func main() {
fmt.Println("Hello, playground")
}