DricomDragon 5 лет назад
Родитель
Сommit
a57a6abd60
1 измененных файлов с 9 добавлено и 0 удалено
  1. 9 0
      containers/main.cpp

+ 9 - 0
containers/main.cpp

@@ -0,0 +1,9 @@
+#include <iostream>
+
+using namespace std;
+
+int main() {
+	cout << "Hello containers !" << endl;
+
+	return 0;
+}