Skip to content

Commit

Permalink
Merge pull request #33 from hmkemppainen/exercise-solution-fix
Browse files Browse the repository at this point in the history
ch8: fix solution to second exercise
  • Loading branch information
razetime authored Mar 30, 2024
2 parents c8853dd + 46e567b commit 5134fc1
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion code/08.k
Original file line number Diff line number Diff line change
Expand Up @@ -3,5 +3,5 @@ bs:24 60 60\ / mixed base conversion.

/ 2. Write a function that takes a list of numbers `x` and a number `y`. Group the numbers in `x` into a dictionary based on whether they are multiples
/ of `y`. `f[1 3 5 9;3]` -> `(0;1)!(1 5;3 9)`
dct:{x@~=y!x}
dct:{x@=~y!x}

0 comments on commit 5134fc1

Please sign in to comment.