Add koans for partition function

This commit is contained in:
Ignacy Moryc
2012-08-04 12:11:33 +02:00
committed by Colin Jones
parent f1ee68affc
commit 626f97de8f
3 changed files with 26 additions and 2 deletions

View File

@@ -196,4 +196,11 @@
]
"___" [#(.toUpperCase %)
]
}]]
}]
["20_partition" {"__" [partition
[:a :b :c]
'((0 1 2) (3 4))
5
:hello
(6 :this :are)
]}]]