Change company name

This commit is contained in:
Jamie Willis 2021-08-23 11:27:17 +01:00
parent 4c2513c84e
commit 651d8f4a8d
No known key found for this signature in database
GPG Key ID: 8B5526D5B3B8F45E

View File

@ -11,7 +11,7 @@ calc e = eval (fromEither error (parseExpr e))
main :: IO ()
main = do
putStrLn "This is the Really Amazing Calculator"
putStrLn "This is the Really Cool Calculator (from Really Cool Calculator Inc)"
putStrLn "Enter an equation, variables x1, xy, and z are available"
eq <- getLine
print $ calc eq ctx