Kaynağa Gözat

Create simple main

DricomDragon 5 yıl önce
ebeveyn
işleme
d40aab1746
1 değiştirilmiş dosya ile 11 ekleme ve 0 silme
  1. 11 0
      colors/main.cpp

+ 11 - 0
colors/main.cpp

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