edited main.cpp, added .gitignore

This commit is contained in:
2022-09-05 14:58:32 +07:00
parent 488cae5818
commit 98319f571d
2 changed files with 3 additions and 1 deletions

View File

@@ -4,7 +4,8 @@ using namespace std;
int main()
{
cout<<"Hello World";
cout<<"Hello World" << endl;
cout<<"I sleep. Zzz..." << endl;
return 0;
}