mirror of
https://github.com/ArthurDanjou/rustlings.git
synced 2026-01-19 14:31:37 +01:00
The test description says "at least five types of fruit", but the test itself is checking for exactly five types of fruit, which was a bit misleading for newcomers like me :) A simple change from "==" to ">=" should do the trick and successfully check for the "at least" condition.
2.1 KiB
2.1 KiB