This commit is contained in:
nyosic 2025-05-05 11:39:30 +02:00
parent b1d0c8362d
commit a5c7877f1f

View file

@ -0,0 +1,7 @@
#include <iostream>
int main() {
system("pause");
return 0;
}