Skip to content

Commit

Permalink
Fix formatting
Browse files Browse the repository at this point in the history
  • Loading branch information
jaredkrinke committed Jan 16, 2025
1 parent f15e181 commit 30a42ad
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion src/p98.rye
Original file line number Diff line number Diff line change
Expand Up @@ -22,7 +22,8 @@ find-anagrams: fn { l } {
info: l |map { ::w [ w sort-word w ] } ,
anagrams: info |map { .second } |sort |partition { , } |filter { .length? > 1 } |map { .first } ,
info
|filter { ::x contains? anagrams second x } |map { .first }
|filter { ::x contains? anagrams second x }
|map { .first }
|group { .sort-word }
|map { .second .pairs\permutations }
|concat\lists
Expand Down

0 comments on commit 30a42ad

Please sign in to comment.