mirror of
https://github.com/adambard/learnxinyminutes-docs.git
synced 2024-12-23 17:41:41 +00:00
Remove extra space
This commit is contained in:
parent
cfad802b4f
commit
5f6375db90
@ -202,7 +202,7 @@ int main()
|
|||||||
cout << "Your favorite number is " << myInt << "\n";
|
cout << "Your favorite number is " << myInt << "\n";
|
||||||
// prints "Your favorite number is <myInt>"
|
// prints "Your favorite number is <myInt>"
|
||||||
|
|
||||||
cerr << "Used for error messages";
|
cerr << "Used for error messages";
|
||||||
}
|
}
|
||||||
|
|
||||||
//////////
|
//////////
|
||||||
|
Loading…
Reference in New Issue
Block a user