Skip to content

Commit

Permalink
correct exercise 8.1
Browse files Browse the repository at this point in the history
  • Loading branch information
razetime committed May 12, 2024
1 parent 8057ac0 commit d18a880
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion code/08.k
Original file line number Diff line number Diff line change
@@ -1,5 +1,6 @@
/ 1. Write a function to convert seconds into hours, minutes and seconds, using `\`.
bs:24 60 60\ / mixed base conversion.
bs:0 60 60\ / mixed base conversion.
/ Putting a 0 in the 'hours' slot preserves the hours value as is.

/ 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)`
Expand Down

0 comments on commit d18a880

Please sign in to comment.