test.cpp 80 B

12345
  1. #include "test.h"
  2. int main(int argc, char** argv) {
  3. return EXIT_SUCCESS;
  4. }