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