Mind boggling card trick: Difference between revisions

Content deleted Content added
Hout (talk | contribs)
→‎{{header|Haskell}}: Added a Haskell version
Hout (talk | contribs)
Line 293:
-- CHECKED
let rrs = filter (== 'R' ==) rs
let bbs = filter (== 'B' ==) bs
putStrLn $
unlines
Line 334:
BBBBBBB = Black cards in the black pile
True</pre>
 
 
=={{header|Kotlin}}==