Sign in
go
/
website
/
579683a2b769a1db0cb73af8af12183db5fe5e39
/
.
/
_content
/
tour
/
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())
}