project skeleton

This commit is contained in:
Sidharth Kulkarni 2026-05-02 11:38:52 -07:00
parent 55aaed7550
commit 2b64fe2a0b
Signed by: skulk
SSH key fingerprint: SHA256:Jby+S9d1WmwqnXIrngHgccYNHz+cYquxN1zm3ym3Kbg
4 changed files with 54 additions and 1 deletions

9
test/Spec.hs Normal file
View file

@ -0,0 +1,9 @@
module Main where
import Test.Hspec
spec :: Spec
spec = undefined
main :: IO ()
main = hspec spec