aboutsummaryrefslogtreecommitdiffstats
path: root/src/Lib.hs
blob: 1055c22918b36adbca863d3e4dfbe74571b34675 (plain)
1
2
3
4
5
6
7
module Lib
  ( someFunc,
  )
where

someFunc :: IO ()
someFunc = putStrLn "hey"