mirror of
https://codeberg.org/JasterV/word-ladder.hs.git
synced 2026-04-26 18:10:06 +00:00
6 lines
88 B
Haskell
6 lines
88 B
Haskell
module Lib
|
|
( someFunc
|
|
) where
|
|
|
|
someFunc :: IO ()
|
|
someFunc = putStrLn "someFunc"
|