Skip to content

Commit

Permalink
Adds a greeting at the beginning, resolves ChicoState#1
Browse files Browse the repository at this point in the history
  • Loading branch information
kbuffardi committed Jan 31, 2024
1 parent f04e00c commit 3abccef
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions main.cpp
Original file line number Diff line number Diff line change
Expand Up @@ -3,6 +3,7 @@

int main()
{
cout << "This is Kevin!\n";
cout<<"Hi, please enter two whole numbers: ";

int x,y;
Expand Down

0 comments on commit 3abccef

Please sign in to comment.