/LFX_Task

Primary LanguagePython

LFX_Task

Pick one: 1.Write a 20 line program in OCaml that does something interesting. 2.Write a Javascript, Python, or OCaml program that: -accepts a list of integers -emits an error message if the list is not a multiple of 10 in length -returns or prints a list of integers based on the input list, but with items at positions which are a multiple of 2 or 3 removed Host your program at a public git-based repository and include robust testing for your program.