diff options
Diffstat (limited to '')
-rw-r--r-- | ee1301/wk2/hw2_directory/strap012_2A.cpp | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/ee1301/wk2/hw2_directory/strap012_2A.cpp b/ee1301/wk2/hw2_directory/strap012_2A.cpp index 9940bd6..9b9171f 100644 --- a/ee1301/wk2/hw2_directory/strap012_2A.cpp +++ b/ee1301/wk2/hw2_directory/strap012_2A.cpp @@ -11,7 +11,7 @@ Short Program Description: Useless Counter #include <iostream> using namespace std; int main () { - int countOG= 0, i=0, j=0; + int countOG=0, i=0, j=0; do { do { |