2018-01-26 17:06:56 +01:00

8 lines
79 B
C++

#include "Obj.hpp"
int main(int argv, char** args)
{
Obj obj;
return 0;
}