@@ -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