Create initial state
This commit is contained in:
9
src/Lib.hs
Normal file
9
src/Lib.hs
Normal file
@ -0,0 +1,9 @@
|
||||
module Lib
|
||||
( check
|
||||
) where
|
||||
|
||||
import Data.Bool
|
||||
import Data.Dates
|
||||
|
||||
check :: DateTime -> String -> Bool
|
||||
check _ _ = False
|
Reference in New Issue
Block a user