Kind/book/U60/min.kind2
2024-07-05 10:06:49 -03:00

6 lines
75 B
Plaintext

min (a: U48) (b: U48) : U48 =
switch x = (< a b) {
0: b
_: a
}