main.cpp 79 B

1234567
  1. #include "Obj.hpp"
  2. int main(int argv, char** args)
  3. {
  4. Obj obj;
  5. return 0;
  6. }