mirror of
https://github.com/Noratrieb/haskell-shit.git
synced 2026-01-14 11:45:03 +01:00
6 lines
61 B
Haskell
6 lines
61 B
Haskell
module Main where
|
|
|
|
import Lib
|
|
|
|
main :: IO ()
|
|
main = someFunc
|