2018-04-23 21:13:27 +02:00

8 lines
79 B
C++

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