|
@@ -30,8 +30,8 @@ int main() {
|
|
|
|
|
|
cout << endl << "Loop combinations" << endl;
|
|
|
for (int cat(0) ; cat <= 8 ; cat ++) {
|
|
|
- for (int kind(3) ; kind <= 4 ; kind ++) {
|
|
|
- for (int color(0); color <= 7; color ++) {
|
|
|
+ for (int color(0); color <= 7; color ++) {
|
|
|
+ for (int kind(3) ; kind <= 4 ; kind ++) {
|
|
|
cout << "\033[" << cat << ';' << kind << color << 'm';
|
|
|
cout << cat << ';' << kind << color;
|
|
|
resetColor();
|