diff --git a/src/propeller/core.cljc b/src/propeller/core.cljc index 0023a41..8a72779 100755 --- a/src/propeller/core.cljc +++ b/src/propeller/core.cljc @@ -3,7 +3,7 @@ (defn -main "Not intended to be run; just print a message." - [& args] + [& _] ;; Exception for when no args were passed (println "To run a genetic programming problem, provide a the problem's") (println "namespace as specified in the Propeller README file at")