_coursrach/1sem_coursach/main.cpp

9 lines
80 B
C++
Raw Normal View History

2018-12-02 12:23:40 +03:00
#include <iostream>
int main()
{
std::cout << "privet" << endl;
return 0;
}