Skip to content

Commit d18a880

Browse files
committed
correct exercise 8.1
1 parent 8057ac0 commit d18a880

File tree

1 file changed

+2
-1
lines changed

1 file changed

+2
-1
lines changed

code/08.k

+2-1
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,6 @@
11
/ 1. Write a function to convert seconds into hours, minutes and seconds, using `\`.
2-
bs:24 60 60\ / mixed base conversion.
2+
bs:0 60 60\ / mixed base conversion.
3+
/ Putting a 0 in the 'hours' slot preserves the hours value as is.
34

45
/ 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
56
/ of `y`. `f[1 3 5 9;3]` -> `(0;1)!(1 5;3 9)`

0 commit comments

Comments
 (0)