@@ -0,0 +1,11 @@
+#include <iostream>
+
+using namespace std;
+int main() {
+ cout << "Show colors" << endl;
+ cout << "End." << endl;
+ return 0;
+}