Commit graph

2 commits

Author SHA1 Message Date
Pete Pavlovski 336697715b
update hashmap2
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.
2021-02-27 22:19:09 +02:00
sazid 633c00cf80 feat: Add HashMap exercises 2020-10-31 01:11:04 +06:00