haskell-clock/src/Lib.hs

7 lines
80 B
Haskell
Raw Normal View History

2023-02-24 02:06:02 -08:00
module Lib
( someFunc
) where
someFunc :: String
someFunc = "someFunc"