Skip to content
Open

menas #202

Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
Binary file added hello
Binary file not shown.
7 changes: 4 additions & 3 deletions hello.cpp
Original file line number Diff line number Diff line change
@@ -1,9 +1,10 @@
#include <iostream>
using namespace std;
#include <iostream>
using namespace std;



int main()
{
cout << "Hello!" << endl;
cout << "Great, you managed to get a copy of the repository from GitHub" << endl;
cout << "See you later." << endl;
}