Name unused argument idiomatically
This commit is contained in:
parent
995ed3b47d
commit
2572c706a8
@ -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")
|
||||
|
Loading…
x
Reference in New Issue
Block a user