mirror of
https://github.com/changkun/modern-cpp-tutorial.git
synced 2025-12-17 12:44:40 +03:00
revision #1: 更新第二章中已维护的代码
This commit is contained in:
@@ -2,14 +2,14 @@
|
||||
// foo.c
|
||||
//
|
||||
// chapter 1 introduction
|
||||
// c++1x tutorial
|
||||
// modern cpp tutorial
|
||||
//
|
||||
// created by changkun at changkun.de
|
||||
//
|
||||
|
||||
#include "foo.h"
|
||||
|
||||
// C 语言代码
|
||||
// C code
|
||||
int add(int x, int y) {
|
||||
return x+y;
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user