aboutsummaryrefslogtreecommitdiff
path: root/CPP/BABS/main.cpp
diff options
context:
space:
mode:
Diffstat (limited to 'CPP/BABS/main.cpp')
-rw-r--r--CPP/BABS/main.cpp2
1 files changed, 1 insertions, 1 deletions
diff --git a/CPP/BABS/main.cpp b/CPP/BABS/main.cpp
index a9ff61e..717e0dd 100644
--- a/CPP/BABS/main.cpp
+++ b/CPP/BABS/main.cpp
@@ -14,7 +14,7 @@ int main()
char inValue;
cin >> inValue;
- if (inValue == 'e' || inValue == 'E') {
+ if (inValue == 'e' || inValue == 'E' || inValue == '0') {
return 0;
}