Skip to content

Instantly share code, notes, and snippets.

@yamaneko1212
Created December 20, 2011 12:45
Show Gist options
  • Save yamaneko1212/1501459 to your computer and use it in GitHub Desktop.
Save yamaneko1212/1501459 to your computer and use it in GitHub Desktop.
7つの言語Clojure1日目セルフスタディ1 ref: http://qiita.com/items/1422
(defn big [st n] (> (count st) n))
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment