test.cpp 79 B

1234567
  1. //test.cpp
  2. #include "test.h"
  3. void myprint()
  4. {
  5. std::cout<<"myprint.\n";
  6. }