RandomTests.h 95 B

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