Compare commits

..

No commits in common. "galazka" and "master" have entirely different histories.

View File

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