aboutsummaryrefslogtreecommitdiffstats
path: root/src/GSA.hs
blob: 3262c3334a08379c895072cb9efc3e691149bcc4 (plain)
1
2
3
4
5
6
7
module GSA
  ( someFunc,
  )
where

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