day22, rewrite with Set

This commit is contained in:
efim
2023-12-22 13:01:58 +00:00
parent 29528f23ac
commit c3acf211c3
6 changed files with 22 additions and 18 deletions

View File

@@ -72,3 +72,5 @@ slices.SortFunc(block.SupportedBy, func(a *Block, b *Block) int {
})
block.SupportedBy = slices.Compact(block.SupportedBy)
#+end_src
* maybe rewrite with Set?
* should have done that from the start