package abs import "testing" func TestAbs(t *testing.T) { got := Abs(-1) if got != 1 { t.Errorf("Abs(-1) = %d; want 1", got) } }
CC-BY-SA 3.0 · Powered by MediaWiki
개인정보처리방침 · ABOUT