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:
committed by
Andrew Ryan Davis
parent
cfad802b4f
commit
5f6375db90
@@ -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";
|
||||
}
|
||||
|
||||
//////////
|
||||
|
Reference in New Issue
Block a user