aboutsummaryrefslogtreecommitdiffstats
path: root/ee1301/wk3/lab3/mysteryBox.cpp
diff options
context:
space:
mode:
Diffstat (limited to 'ee1301/wk3/lab3/mysteryBox.cpp')
-rw-r--r--ee1301/wk3/lab3/mysteryBox.cpp2
1 files changed, 1 insertions, 1 deletions
diff --git a/ee1301/wk3/lab3/mysteryBox.cpp b/ee1301/wk3/lab3/mysteryBox.cpp
index 040197e..c1a85a4 100644
--- a/ee1301/wk3/lab3/mysteryBox.cpp
+++ b/ee1301/wk3/lab3/mysteryBox.cpp
@@ -1,5 +1,6 @@
#include <iostream>
using namespace std;
+
int main () {
int sum = 0;
for(int i=0; i<=100; i++)
@@ -8,5 +9,4 @@ int main () {
sum++;
}
cout << sum;
-
} \ No newline at end of file