1
0
mirror of https://github.com/adambard/learnxinyminutes-docs.git synced 2025-08-20 05:21:26 +02:00

Remove extra space

This commit is contained in:
Ryan Huang
2020-05-23 06:42:00 +00:00
committed by Andrew Ryan Davis
parent cfad802b4f
commit 5f6375db90

View File

@@ -202,7 +202,7 @@ int main()
cout << "Your favorite number is " << myInt << "\n";
// prints "Your favorite number is <myInt>"
cerr << "Used for error messages";
cerr << "Used for error messages";
}
//////////