Files
prog1/02-19/App3.cpp

4 lines
71 B
C++
Raw Normal View History

2024-02-25 19:38:56 +01:00
int main()
{ //nincs include
std::cout << "Print" << std::endl;
}