blob: 9525b562ef04e498b96ad3f09afccc3d5c8e2e9c [file] [log] [blame]
//go:build OMIT
package main
import (
"fmt"
"time"
)
func main() {
fmt.Println("Welcome to the playground!")
fmt.Println("The time is", time.Now())
}