Last active
February 14, 2022 20:02
-
-
Save reevik/72ff82d310540c2bfab3a9b539430051 to your computer and use it in GitHub Desktop.
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
(1 to m).flatMap(i => | |
(1 to n).filter(j => i > j) | |
map(k => (i, k))) |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment