diff options
| author | Akshay Nair <phenax5@gmail.com> | 2024-12-19 21:43:03 +0530 |
|---|---|---|
| committer | Akshay Nair <phenax5@gmail.com> | 2024-12-19 21:43:03 +0530 |
| commit | d44103add77718ae650bc0ad5e708e984192c29d (patch) | |
| tree | c8b7e61e127c20032ca13ff52c2309e301aaa3f3 /bin/Main.hs | |
| parent | ac5b4be69b2ba9d2ef17d31de11d1932f9566576 (diff) | |
| download | chelleport-d44103add77718ae650bc0ad5e708e984192c29d.tar.gz chelleport-d44103add77718ae650bc0ad5e708e984192c29d.zip | |
Big refactoring
Diffstat (limited to 'bin/Main.hs')
| -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 |
