haskell: add [p12, p17]
Signed-off-by: Amneesh Singh <natto@weirdnatto.in>
This commit is contained in:
4
haskell/p16.hs
Normal file
4
haskell/p16.hs
Normal file
@@ -0,0 +1,4 @@
|
||||
import Lib (sumOfDigits)
|
||||
|
||||
main :: IO ()
|
||||
main = putStr $ show $ sumOfDigits (2^1000 :: Integer)
|
Reference in New Issue
Block a user