diff options
author | Tom Smeding <t.j.smeding@uu.nl> | 2024-10-07 14:34:27 +0200 |
---|---|---|
committer | Tom Smeding <t.j.smeding@uu.nl> | 2024-10-07 14:34:27 +0200 |
commit | 72eddb67bb6f048fc2076184be3a32169026a832 (patch) | |
tree | 2f5ca7511a798d7329b12d499f4dea7239b39c50 /test/example/Main.hs | |
parent | 948cae3ca7279040627db393e4372a668f8a22f7 (diff) |
Towards a test suite
Diffstat (limited to 'test/example/Main.hs')
-rw-r--r-- | test/example/Main.hs | 7 |
1 files changed, 0 insertions, 7 deletions
diff --git a/test/example/Main.hs b/test/example/Main.hs deleted file mode 100644 index 6c36857..0000000 --- a/test/example/Main.hs +++ /dev/null @@ -1,7 +0,0 @@ -module Main where - -import Example - - -main :: IO () -main = print neuralGo |