fixed formatting
This commit is contained in:
parent
a373abfdf1
commit
04c666a219
10 changed files with 45 additions and 29 deletions
2
hs/1.hs
2
hs/1.hs
|
|
@ -1,2 +1,2 @@
|
|||
main = do
|
||||
putStrLn (show (sum [x | x <- [1..999], x `mod` 3 == 0 || x `mod` 5 == 0]))
|
||||
putStrLn (show (sum [x | x <- [1..999], x `mod` 3 == 0 || x `mod` 5 == 0]))
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue