This commit is contained in:
2018-12-02 12:23:40 +03:00
parent 915d758e6f
commit a5edd3d941
2 changed files with 48 additions and 1 deletions

View File

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