This commit is contained in:
Kai Philipp
2020-01-25 17:14:13 +01:00
parent f31127e695
commit d2849449ce
+2 -2
View File
@@ -99,8 +99,8 @@ main(int argc, char *argv[])
ostringstream oss(""); ostringstream oss("");
for (int temp = 0; temp < NumCards; temp++) for (int temp = 0; temp < NumCards; temp++)
oss << cardsArray[temp]; cout << cardsArray[temp] << ",";
cout << oss << endl; cout << endl;
} }
} catch (...) { } catch (...) {