Created
April 5, 2012 05:28
-
-
Save yayitswei/2308223 to your computer and use it in GitHub Desktop.
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
bottime-gae.core=> (baseline/run-threads 1 1) | |
#<ArityException clojure.lang.ArityException: Wrong number of args (1) passed to: baseline$run-threads$fn> | |
bottime-gae.core=> (baseline/run-threads 1) | |
#<ArityException clojure.lang.ArityException: Wrong number of args (1) passed to: baseline$run-threads> | |
bottime-gae.core=> (baseline/run-threads) | |
#<ArityException clojure.lang.ArityException: Wrong number of args (0) passed to: baseline$run-threads> | |
bottime-gae.core=> (baseline/run-threads 1 2 3) | |
#<ArityException clojure.lang.ArityException: Wrong number of args (3) passed to: baseline$run-threads> |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment