An open API service indexing awesome lists of open source software.

https://github.com/nvinayvarma189/camp-collections-java

camp-collections-java
https://github.com/nvinayvarma189/camp-collections-java

Last synced: 6 months ago
JSON representation

camp-collections-java

Awesome Lists containing this project

README

          

# Collections Exercise

## Intention

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

Because I don't like cockroaches.

## Method

If 'oggy' is a sub string of any string in array, then remove it.