Skip to content
Snippets Groups Projects
Commit 6455e64e authored by Nicolas M. Thiéry's avatar Nicolas M. Thiéry
Browse files

Added missing end of line in output

parent 4b6689de
No related branches found
No related tags found
No related merge requests found
......@@ -5,6 +5,6 @@ int main() {
int x;
cin >> x;
cout << x+3;
cout << x+3 << endl;
return 0;
}
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment