Problem: Old Magician

Code: Old+Magician/tails_1642263306

Nibbles version: 0.2 | 0.21 | 0.22 | 0.23 | 0.24 | 0.25 | 1.00

Format: Compact | Simple | +Type | Table | JSON | .nbl (DeBruijn) | .nbl (names)


! (zip with) 
    , (range from 1) 
        ~ (auto) 
    >> (tail) <--arg( A ) 
        ;;@ (= intMatrix) 
    ~ (zipop: by) 
    ~ (tuple) <--arg( C B ) 
        : (append) 
            : (append) 
                "Case #" (string) 
                $ (= C) 
            ":" (string) 
        = (subscript (wrapped)) 
            / (foldr1) 
                @ (= B) 
                @ (= D) <--arg( E D ) 
            "BLACK""WHITE" (string list) 

Back to the index