Parcourir la source

Increase category range

DricomDragon il y a 5 ans
Parent
commit
7780af1788
1 fichiers modifiés avec 1 ajouts et 1 suppressions
  1. 1 1
      colors/main.cpp

+ 1 - 1
colors/main.cpp

@@ -29,7 +29,7 @@ int main() {
 	resetColor();
 
 	cout << endl << "Loop combinations" << endl;
-	for (int cat(0) ; cat <= 1 ; cat ++) {
+	for (int cat(0) ; cat <= 8 ; cat ++) {
 		for (int kind(3) ; kind <= 4 ; kind ++) {
 			for (int color(0); color <= 9; color ++) {
 				cout << cat << ';' << kind << color << endl;