bfontaine / lein-fore-prob

A leiningen plugin to make a local copy of a problem from 4clojure
Eclipse Public License 1.0
12 stars 1 forks source link

Change Solution Template: (def (fn [& args] nil)) #5

Closed ClashTheBunny closed 9 years ago

ClashTheBunny commented 9 years ago

This allows easier copy and paste to the solution, since all solutions need to be in the form of a function.

bfontaine commented 9 years ago

Could you update the tests as well? Thanks!

coveralls commented 9 years ago

Coverage Status

Coverage remained the same at 100.0% when pulling 52610dded5503dc655f4974cf4d116bc6855a795 on ClashTheBunny:master into e809c1ca6adb634e08dccca9851efc8e9162744d on bfontaine:master.

bfontaine commented 9 years ago

Merged, thanks!