drbrainfuck.hs/src/Lib.hs
Claudio Maggioni (maggicl) e0aa996db3 Added part of the interpreter
2020-10-26 23:21:55 +01:00

6 lines
88 B
Haskell

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