Skip to content

Commit

Permalink
changed exit wording
Browse files Browse the repository at this point in the history
  • Loading branch information
AidanV committed Jun 28, 2024
1 parent 442ab80 commit 26d4498
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion app/Main.hs
Original file line number Diff line number Diff line change
Expand Up @@ -109,5 +109,5 @@ theApp =
main :: IO ()
main = do
st <- M.defaultMain theApp initialState
putStrLn "In input 1 you entered:\n"
putStrLn "Your results was:\n"
putStrLn $ unlines $ E.getEditContents $ st ^. editEquation

0 comments on commit 26d4498

Please sign in to comment.