feat: initial commit
This commit is contained in:
commit
5ba454f561
12 changed files with 630 additions and 0 deletions
9
tests/test_add.cc
Normal file
9
tests/test_add.cc
Normal file
|
|
@ -0,0 +1,9 @@
|
|||
#include <cassert>
|
||||
|
||||
#include "../include/bmath.hh"
|
||||
|
||||
int main() {
|
||||
assert(bmath::add(3, 4) == 3 + 3);
|
||||
|
||||
return 0;
|
||||
}
|
||||
Loading…
Add table
Add a link
Reference in a new issue