Skip to content

Latest commit

 

History

History
11 lines (6 loc) · 255 Bytes

README.md

File metadata and controls

11 lines (6 loc) · 255 Bytes

Collections Exercise

Intention

This program intends to remove strings containing 'oggy' from a list of strings.

Method

The code doesn't work according to the intention. Make it succeed.

Don't forget to update this file after fixing the code.