blob: 8424aca9d8a0b9cc1e81935cd499148dff9bb7f0 [file] [log] [blame]
// +build OMIT
package main
import (
"fmt"
"math"
)
func main() {
fmt.Printf("Now you have %g problems.\n", math.Sqrt(7))
}