main.cxx 90 B

123456789
  1. #include <iostream>
  2. #include "file1.h"
  3. int main(int argc, char** argv)
  4. {
  5. return 0;
  6. }