pobranie wieku od urzytkownika

This commit is contained in:
My name
2024-10-11 14:15:11 +02:00
parent 83f2e6bf9d
commit d5dc2b1cbd

View File

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