test.cpp 92 B

123456789
  1. #include "callout.hpp"
  2. #include "callin.hpp"
  3. int main ()
  4. {
  5. run_tests ();
  6. return (0);
  7. }