bmath file

This commit is contained in:
Barrett Ruth 2025-08-30 19:53:50 -05:00
parent 771751d9c0
commit 8f191a7e3f
3 changed files with 9 additions and 2 deletions

6
include/bmath/sieve.hh Normal file
View file

@ -0,0 +1,6 @@
#ifndef BMATH_SIEVE_HH
#define BMATH_SIEVE_HH
namespace bmath {};
#endif