2016 Update
This commit is contained in:
parent
948b86eafa
commit
dcf5d15da3
7965 changed files with 139854 additions and 31002 deletions
12
Task/Rep-string/PicoLisp/rep-string-2.l
Normal file
12
Task/Rep-string/PicoLisp/rep-string-2.l
Normal file
|
|
@ -0,0 +1,12 @@
|
|||
(test 5 (repString "1001110011"))
|
||||
(test 4 (repString "1110111011"))
|
||||
(test 3 (repString "0010010010"))
|
||||
(test 4 (repString "1010101010"))
|
||||
(test 5 (repString "1111111111"))
|
||||
(test NIL (repString "0100101101"))
|
||||
(test 3 (repString "0100100"))
|
||||
(test NIL (repString "101"))
|
||||
(test 1 (repString "11"))
|
||||
(test 1 (repString "00"))
|
||||
(test NIL (repString "1"))
|
||||
(test NIL (repString "0100101"))
|
||||
Loading…
Add table
Add a link
Reference in a new issue