diff options
Diffstat (limited to 'ee1301/wk3/lab3/mysteryBox.cpp')
-rw-r--r-- | ee1301/wk3/lab3/mysteryBox.cpp | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/ee1301/wk3/lab3/mysteryBox.cpp b/ee1301/wk3/lab3/mysteryBox.cpp index c1a85a4..c409b7c 100644 --- a/ee1301/wk3/lab3/mysteryBox.cpp +++ b/ee1301/wk3/lab3/mysteryBox.cpp @@ -9,4 +9,4 @@ int main () { sum++; } cout << sum; -}
\ No newline at end of file +} |