Skip to content

Latest commit

 

History

History
5 lines (4 loc) · 269 Bytes

README.md

File metadata and controls

5 lines (4 loc) · 269 Bytes

This code, written in emojicode, has 2 main closures.

  • generateList creates a list of random integers.
  • removeEven takes in a list of integers, removes all even numbers, and returns the resulting list.

You can run this through the Makefile by typing make run