scalie/app/Main.hs

5 lines
77 B
Haskell

{-# LANGUAGE Safe #-}
module Main (main) where
main :: IO ()
main = pure ()