diff options
Diffstat (limited to 'bin')
| -rw-r--r-- | bin/Main.hs | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/bin/Main.hs b/bin/Main.hs index c7dc225..ebc9a39 100644 --- a/bin/Main.hs +++ b/bin/Main.hs @@ -3,4 +3,4 @@ module Main where import qualified Chelleport main :: IO () -main = Chelleport.open +main = Chelleport.run |
