This commit is contained in:
vedevdem 2018-12-04 00:30:19 +03:00
parent e31df382c7
commit 8a4fc241e2

View File

@ -1,8 +0,0 @@
#include <iostream>
int main()
{
std::cout << "privet" << endl;
return 0;
}