dodanie zmiennej

This commit is contained in:
qwertyw 2024-10-11 12:03:20 +00:00
parent 58372e30a4
commit 83f2e6bf9d

View File

@ -3,6 +3,7 @@
using namespace std; using namespace std;
int main() int main()
{ {
int wiek;
cout<<"Hello World"; cout<<"Hello World";
return 0; return 0;