Problem: Combination Lock

Code: Combination+Lock/darrenks%289.5%29_1748288691

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)


`/ (special folds) 
    ! (zip with) 
        > (drop) 
            2 (integer) 
            ; (let) -->let( B ) 
                : (append) 
                    ; (let) -->let( A ) 
                        `< (sort) 
                            @ (= fstLine) 
                    + (add) 
                        10 (integer) 
                        $ (= A) 
        @ (= B) <--arg( C ) 
        - (zipop: sub) 
    [ (foldop: min) 

Back to the index