4 lines
76 B
Text
4 lines
76 B
Text
def sacha : Nat :=
|
|
let (v, k) := match 0 with
|
|
| (n) => (0, 0)
|
|
v + k
|