haskell: wtf p7

Signed-off-by: Amneesh Singh <natto@weirdnatto.in>
This commit is contained in:
2022-11-08 18:15:14 +05:30
parent 142a2ea8aa
commit acb6c3feb2

View File

@@ -1,4 +1,4 @@
import Lib (primes) import Lib (primes)
main :: IO () main :: IO ()
main = putStr $ show $ primes !! 10001 main = putStr $ show $ primes !! (10001 - 1)