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