From c0933381497401a9439446d9470dd617b08b88ed Mon Sep 17 00:00:00 2001 From: Adrian Kummerländer Date: Sun, 20 Nov 2011 17:53:15 +0100 Subject: Added support for signed numbers --- main.cpp | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'main.cpp') diff --git a/main.cpp b/main.cpp index 2bc682a..d3c3799 100644 --- a/main.cpp +++ b/main.cpp @@ -11,7 +11,7 @@ int main(int argc, char *argv[]) Parser *parser = new Parser(); try { - std::cout << parser->calculate(inputTerm, false).result << std::endl; + std::cout << parser->calculate(inputTerm, true).result << std::endl; } catch ( exception &e ) { -- cgit v1.2.3