#Curse Filter
First steps in Clojure. A simple function that replace words in a text by '*'
Leiningen
###Running main function
Input: lein run "Fuck I said shit" "shit,fuck"
Ouput: "* I said *"
1st argument: (string) text to be filtered
2nd argument: (string) comma separated words that should be removed from the text
###Running test(s)
lein test