word-ladder.hs/src/Lib.hs
Victor Martinez 87db09ec1f first commit
2025-03-18 09:39:07 +01:00

6 lines
88 B
Haskell

module Lib
( someFunc
) where
someFunc :: IO ()
someFunc = putStrLn "someFunc"