RosettaCodeData/Task/Combinations/BQN/combinations-1.bqn
2023-07-01 13:44:08 -04:00

2 lines
196 B
BQN
Raw Permalink Blame History

This file contains ambiguous Unicode characters

This file contains Unicode characters that might be confused with other characters. If you think that this is intentional, you can safely ignore this warning. Use the Escape button to reveal them.

Cmat{𝕨0𝕩?𝕨;0˘´1+(𝕨-10)𝕊¨𝕩-1} # Recursive
Cmat1{kd𝕩¬𝕨{k˘¨˜`1+𝕩}𝕨d100} # Roger Hui