notas-lc/ejem.hs

3 lines
64 B
Haskell
Raw Permalink Normal View History

2024-03-14 03:26:28 +01:00
funC x | x > 100 = x-10
| otherwise = funC (funC (x+11))