Ignore hint
parent
0d71490cc3
commit
f826f2b2d3
|
@ -6,6 +6,8 @@
|
||||||
"elems",
|
"elems",
|
||||||
"Factorisation",
|
"Factorisation",
|
||||||
"factorise",
|
"factorise",
|
||||||
"foldl"
|
"foldl",
|
||||||
|
"HLINT",
|
||||||
|
"unrecognised"
|
||||||
]
|
]
|
||||||
}
|
}
|
|
@ -5,6 +5,9 @@ The sum of these multiples is 23.
|
||||||
|
|
||||||
Find the sum of all the multiples of 3 or 5 below 1000.
|
Find the sum of all the multiples of 3 or 5 below 1000.
|
||||||
-}
|
-}
|
||||||
|
{-# OPTIONS_GHC -Wno-unrecognised-pragmas #-}
|
||||||
|
{-# HLINT ignore "Use sum" #-}
|
||||||
|
|
||||||
module Main where
|
module Main where
|
||||||
|
|
||||||
main :: IO ()
|
main :: IO ()
|
||||||
|
|
Loading…
Reference in New Issue