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