5 lines
77 B
Haskell
5 lines
77 B
Haskell
{-# LANGUAGE Safe #-}
|
|
module Main (main) where
|
|
|
|
main :: IO ()
|
|
main = pure ()
|