Skip to content

Instantly share code, notes, and snippets.

@kirai
Created March 14, 2013 05:24
Show Gist options
  • Select an option

  • Save kirai/5159021 to your computer and use it in GitHub Desktop.

Select an option

Save kirai/5159021 to your computer and use it in GitHub Desktop.

Revisions

  1. kirai created this gist Mar 14, 2013.
    1 change: 1 addition & 0 deletions gistfile1.clj
    Original file line number Diff line number Diff line change
    @@ -0,0 +1 @@
    (defn average[numbers](/ (apply + numbers) (count numbers)))