vault backup: 2025-02-24 20:21:14
This commit is contained in:
parent
63e930e40b
commit
76ffc483fc
@ -8,4 +8,5 @@ doubleSmallNumber x = if x > 100
|
||||
|
||||
doubleSmallNumber' x = (if x > 100 then x else x*2) + 1
|
||||
|
||||
setBuilding = [x*2 | x <- [1.10], x*2 >= 12]
|
||||
-- boom bangs, ya heard???
|
||||
boomBangs xs = [ if x< 10 then "BOOM!" else "BANG!" | x <- xs, odd x]
|
||||
|
||||
Loading…
x
Reference in New Issue
Block a user