7 lines
106 B
C++
7 lines
106 B
C++
#ifndef BMATH_BMATH_HH
|
|
#define BMATH_BMATH_HH
|
|
|
|
#include "bmath/mint.hh"
|
|
#include "bmath/sieve.hh"
|
|
|
|
#endif
|