testGenFile.cpp 66 B

12345678
  1. #include "GenFile.hpp"
  2. int main()
  3. {
  4. Object obj;
  5. return 0;
  6. }