Compare commits

..

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

View File

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