diff options
| author | Carlos Sosa <carlos.sosa@valimail.com> | 2019-07-30 15:56:18 -0700 |
|---|---|---|
| committer | Carlos Sosa <carlos.sosa@valimail.com> | 2019-07-30 15:56:18 -0700 |
| commit | 2a104eff7548fd9ef168b312c7dfca0ea9731b6d (patch) | |
| tree | 55944323a1860426fc747f17f4cc77d8a2736f43 /test/Spec.hs | |
Initial commit
Diffstat (limited to 'test/Spec.hs')
| -rw-r--r-- | test/Spec.hs | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/test/Spec.hs b/test/Spec.hs new file mode 100644 index 0000000..cd4753f --- /dev/null +++ b/test/Spec.hs @@ -0,0 +1,2 @@ +main :: IO () +main = putStrLn "Test suite not yet implemented" |
