Explorar o código

exercise 3.6: amazing curve

George C. Privon %!s(int64=2) %!d(string=hai) anos
pai
achega
790cbf159d
Modificáronse 1 ficheiros con 8 adicións e 0 borrados
  1. 8 0
      03-typesandentities/exercises/ex3.6.hs

+ 8 - 0
03-typesandentities/exercises/ex3.6.hs

@@ -0,0 +1,8 @@
+-- Exercise 3.6
+-- George C. Privon
+-- 2023-09-05
+
+amazingCurve :: Int -> Int
+amazingCurve x = if x >= 50
+    then 100
+    else 2*x