MathTests.h 89 B

12345678
  1. #ifndef MATHTESTS_H
  2. #define MATHTESTS_H
  3. namespace MathTests {
  4. void test();
  5. }
  6. #endif