Compare commits

..

1 Commits

Author SHA1 Message Date
46df8fddd5 zmiana komunikatu 2024-10-11 12:17:29 +00:00

View File

@ -5,7 +5,7 @@ int main()
{
int wiek;
cin>>wiek;
cout<<"Hello World";
cout<<"Masz "<<wiek<<" lat";
return 0;
}