Cpp-Podstawy/1/main.cpp
2025-05-05 11:39:30 +02:00

7 lines
No EOL
75 B
C++

#include <iostream>
int main() {
system("pause");
return 0;
}