diff options
Diffstat (limited to 'bootstrap/app/Main.hs')
-rw-r--r-- | bootstrap/app/Main.hs | 8 |
1 files changed, 8 insertions, 0 deletions
diff --git a/bootstrap/app/Main.hs b/bootstrap/app/Main.hs new file mode 100644 index 0000000..4897901 --- /dev/null +++ b/bootstrap/app/Main.hs @@ -0,0 +1,8 @@ +module Main where + +import Fpm ( getArguments + , start + ) + +main :: IO () +main = getArguments >>= start |