mirror of
https://github.com/changkun/modern-cpp-tutorial.git
synced 2025-12-17 12:44:40 +03:00
revision: #2: 增加随书代码说明
This commit is contained in:
@@ -9,6 +9,7 @@
|
||||
|
||||
#include "foo.h"
|
||||
|
||||
// C 语言代码
|
||||
int add(int x, int y) {
|
||||
return x+y;
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user