#343
If we love people indiscriminately we cannot function
 

Difficulty:Elementary
Topics:vector and list


Mission: Bikin function untuk menghapus semua kelipatan dari sebuah angka tertentu dari list/vector.
test not run
(= (__ 2 [1 2 3 4 5 6]) [1 3 5])
test not run
(= (__ 5 [5 10 15 20 25 30]) [])
test not run
(= (__ 7 [1 2 3 4 5 6]) [1 2 3 4 5 6])


Code which fills in the blank: