Browse Source

004/104: false

master
Maxim Likhachev 5 years ago
parent
commit
f3c71722a0
  1. 8
      src/false.hs

8
src/false.hs

@ -0,0 +1,8 @@ @@ -0,0 +1,8 @@
{-# LANGUAGE NoImplicitPrelude #-}
import Prelude (IO)
import System.Exit (exitFailure)
main :: IO ()
main = exitFailure
Loading…
Cancel
Save