fixed formatting
This commit is contained in:
parent
a373abfdf1
commit
04c666a219
10 changed files with 45 additions and 29 deletions
2
hs/5.hs
2
hs/5.hs
|
|
@ -3,4 +3,4 @@ divisible x y = x `mod` y == 0
|
|||
smallest x = if all (divisible x) [2..20] then x else smallest (succ x)
|
||||
|
||||
main = do
|
||||
print(smallest 1)
|
||||
print(smallest 1)
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue