feat: initial commit
This commit is contained in:
commit
5ba454f561
12 changed files with 630 additions and 0 deletions
8
include/bmath.hh
Normal file
8
include/bmath.hh
Normal file
|
|
@ -0,0 +1,8 @@
|
|||
#ifndef BMATH_HEADER_ONLY_MATH_LIB
|
||||
#define BMATH_HEADER_ONLY_MATH_LIB
|
||||
|
||||
namespace bmath {
|
||||
inline int add(int x, int y) { return x + y; }
|
||||
} // namespace bmath
|
||||
|
||||
#endif
|
||||
Loading…
Add table
Add a link
Reference in a new issue