main.cpp 109 B

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