drbrainfuck.hs/src/Lib.hs

7 lines
88 B
Haskell
Raw Normal View History

2020-10-26 22:21:55 +00:00
module Lib
( someFunc
) where
someFunc :: IO ()
someFunc = putStrLn "someFunc"