widgettest/src/Lib.hs

7 lines
88 B
Haskell
Raw Permalink Normal View History

2023-05-19 15:00:22 -04:00
module Lib
( someFunc
) where
someFunc :: IO ()
someFunc = putStrLn "someFunc"