Sign in
go
/
tour
/
59417492f03e0d55e544815ff163973cef919f67
/
.
/
content
/
welcome
/
sandbox.go
blob: 398a9eff91c8426c54b84028bc498bef6dd296aa [
file
] [
log
] [
blame
]
// +build OMIT
package main
import (
"fmt"
"time"
)
func main() {
fmt.Println("Welcome to the playground!")
fmt.Println("The time is", time.Now())
}