diff options
| author | Chris Wells <chris@mathematicaster.org> | 2026-02-25 10:39:15 -0600 |
|---|---|---|
| committer | Chris Wells <chris@mathematicaster.org> | 2026-02-25 10:39:15 -0600 |
| commit | f2c4d486c0e5763b9fcd92987128df262233c1a9 (patch) | |
| tree | a78ac2fcd93b60daa80eb12fc8928f251377c35f /haskell/app | |
| download | templates-master.tar templates-master.tar.gz templates-master.tar.bz2 templates-master.tar.lz templates-master.tar.xz templates-master.tar.zst templates-master.zip | |
Diffstat (limited to 'haskell/app')
| -rw-r--r-- | haskell/app/Main.hs | 6 |
1 files changed, 6 insertions, 0 deletions
diff --git a/haskell/app/Main.hs b/haskell/app/Main.hs new file mode 100644 index 0000000..571a6f1 --- /dev/null +++ b/haskell/app/Main.hs @@ -0,0 +1,6 @@ +module Main + ( main + ) where + +main :: IO () +main = undefined |
