Sign in
go
/
playground
/
9d1e738fb7b9362fbfd3055572d94e357364070e
/
.
/
examples
/
hello.txt
blob: 8fd43ed1e52b4290a6e633983e331a371b34331a [
file
] [
log
] [
blame
]
package main
import (
"fmt"
)
func main() {
fmt.Println("Hello, playground")
}