This commit is contained in:
Kai Philipp
2020-01-25 17:16:54 +01:00
parent 99de54cdf5
commit b03d39d141
+1 -1
View File
@@ -99,7 +99,7 @@ main(int argc, char *argv[])
ostringstream oss("");
for (int temp = 0; temp < NumCards; temp++)
if(temp > 0) cout << ","
if(temp > 0) cout << ",";
cout << cardsArray[temp];
cout << endl;
}