mirror of
https://git.sr.ht/~magic_rb/dotfiles
synced 2024-12-02 04:56:14 +01:00
7 lines
72 B
Haskell
7 lines
72 B
Haskell
|
module Main where
|
||
|
|
||
|
import MyLib (libMain)
|
||
|
|
||
|
main :: IO ()
|
||
|
main = libMain
|