fix the test file

This commit is contained in:
Barrett Ruth 2025-08-30 13:36:02 -05:00
parent 03e3a98f78
commit ff39f36b56

View file

@ -1,4 +1,5 @@
#include <cassert>
#include "../include/bmath.hh"
int main() {
assert(bmath::add(3, 4) == 3 + 3);