Loading collection data...
Collections are a way for you to organize kata so that you can create your own training routines. Every collection you create is public and automatically sharable with other warriors. After you have added a few kata to a collection you and others can train on the kata contained within the collection.
Get started now by creating a new collection.
Please add fixed tests for edge cases (see other languages).
Look at the other languages - they have random tests.
Can you give me an example? Something like Bmi(10, 5.10) (someone of 10kg and 5m and 10cm height)?
Needs random tests.
> -2
Yeah I am getting the same error...
What a shame.
The Go doesn't work as the person that migrated put the function into Setup (wrong tab and now we get this error):
Test Results:
Build Failed
STDERR:
codewarrior/kata
./setup.go:5: missing return at end of function
./solution.go:5: Multiple3And5 redeclared in this block
previous declaration at ./setup.go:3
Please try to complete it yourself
Fails in Golang for 5, -2, 5 test (in Attept) as it expecting false when really the area is 4.898979485566356 so it should be true