bmath/include/bmath/bmath.hh
2025-08-30 19:53:50 -05:00

7 lines
106 B
C++

#ifndef BMATH_BMATH_HH
#define BMATH_BMATH_HH
#include "bmath/mint.hh"
#include "bmath/sieve.hh"
#endif