module Main where import Data.List.Primes (primes) main :: IO () main = print . take 200 $ primes