blob: 7aeab1a89b94549802a8a4bb08c2dc850338d9e9 [file] [log] [blame]
#include "Object.hpp"
int main(int argv, char** args)
{
Object object;
return 0;
}