mirror of
https://github.com/Light-City/CPlusPlusThings.git
synced 2026-02-12 23:15:23 +08:00
support bazel complie this project and format code.
This commit is contained in:
4
basic_content/extern/extern_c/add.cpp
vendored
4
basic_content/extern/extern_c/add.cpp
vendored
@@ -1,5 +1,3 @@
|
||||
#include "add.h"
|
||||
|
||||
int add(int x,int y) {
|
||||
return x+y;
|
||||
}
|
||||
int add(int x, int y) { return x + y; }
|
||||
|
||||
Reference in New Issue
Block a user