mirror of
https://github.com/polysemy-research/polysemy.git
synced 2025-01-08 15:37:45 +03:00
9 lines
123 B
Haskell
9 lines
123 B
Haskell
{-# LANGUAGE BangPatterns #-}
|
|
|
|
module Main where
|
|
|
|
import Wtf
|
|
|
|
main :: IO ()
|
|
main = let !_ = countDown 100000000 in pure ()
|