main.cpp 128 B

1234567891011
  1. #include <iostream>
  2. using namespace std;
  3. int main() {
  4. cout << "Show colors" << endl;
  5. cout << "End." << endl;
  6. return 0;
  7. }