Problem: 17

Code: 17/tails_1748493329

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)


(implicit map with implicit range) 
    ; (save) -->let( A ) 
        16 (integer) 
    : (append) <--arg( C B ) 
        ? (if/else) 
            ? (index) 
                \ (reverse) 
                    ; (save) -->let( D ) 
                        `p (int to str) 
                            * (multiply) 
                                / (divide) 
                                    ^ (pow) 
                                        ~ (auto = 10) 
                                        _ (= A) 
                                    17 (integer) 
                                $ (= C) 
                ; (save) -->let( E ) 
                    '0' (char) 
            ^ (replicate) <--arg( F ) 
                $ (= F) 
                " " (string) 
            (implicit arg = E) 
        (implicit arg = D) 

Back to the index