package main import ( "fmt" "math" ) func main() { fmt.Printf("Now you have %g problems.\n", math.Sqrt(7)) }
Now you have 2.6457513110645907 problems.
CC-BY-SA 3.0 · Powered by MediaWiki
개인정보처리방침 · ABOUT