mirror of
https://git.sr.ht/~magic_rb/dotfiles
synced 2024-12-02 13:06:11 +01:00
7 lines
67 B
Haskell
7 lines
67 B
Haskell
|
module Main (main) where
|
||
|
|
||
|
import Lib
|
||
|
|
||
|
main :: IO ()
|
||
|
main = libMain
|