blob: 3887840baf80534323763abdf2533bd7d50c3c43 [file]
#include "Obj.hpp"
int main(int argv, char** args)
{
Obj obj;
return 0;
}