aboutsummaryrefslogtreecommitdiffstatshomepage
path: root/main.cpp
diff options
context:
space:
mode:
Diffstat (limited to 'main.cpp')
-rw-r--r--main.cpp2
1 files changed, 1 insertions, 1 deletions
diff --git a/main.cpp b/main.cpp
index a42115e..daaf364 100644
--- a/main.cpp
+++ b/main.cpp
@@ -27,7 +27,7 @@ int main(int argc, char *argv[])
myParser->parseLine("D25");
myParser->parseLine("8+8");
myParser->parseLine("88-1D20");
- myParser->parseLine("100*1D20");
+ myParser->parseLine("100*1D20*2D6");
myParser->parseLine("100/28");
myParser->parseLine("100/8");
myParser->parseLine("100*3");