diff options
| author | Akshay Nair <phenax5@gmail.com> | 2024-12-14 20:07:41 +0530 |
|---|---|---|
| committer | Akshay Nair <phenax5@gmail.com> | 2024-12-14 20:45:54 +0530 |
| commit | 34907bc25dba055dfbfe91d9a91803cc75283bfa (patch) | |
| tree | 310ed24c944b073f558ce6c67e3352fe0ad19d1d /bin/Main.hs | |
| parent | 73564537897f7573690955596097085b711c92e5 (diff) | |
| download | chelleport-34907bc25dba055dfbfe91d9a91803cc75283bfa.tar.gz chelleport-34907bc25dba055dfbfe91d9a91803cc75283bfa.zip | |
Refactor view + add better highlighting of regions
Diffstat (limited to 'bin/Main.hs')
| -rw-r--r-- | bin/Main.hs | 8 |
1 files changed, 1 insertions, 7 deletions
diff --git a/bin/Main.hs b/bin/Main.hs index 9cecd67..c7dc225 100644 --- a/bin/Main.hs +++ b/bin/Main.hs @@ -1,12 +1,6 @@ module Main where import qualified Chelleport -import Data.Text (Text, splitOn) -import qualified Data.Text as Text -import System.Environment (getArgs) -import System.Exit (exitFailure) main :: IO () -main = do - putStrLn "Wow" - Chelleport.open +main = Chelleport.open |
