1
0
mirror of https://github.com/adambard/learnxinyminutes-docs.git synced 2025-01-17 21:49:22 +01:00

Update c++-cn.html.markdown (#2362)

This commit is contained in:
Bo Liu 2016-09-07 16:17:35 +08:00 committed by ven
parent 925164b40a
commit acad88cde9

View File

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