10 lines
66 B
C++
10 lines
66 B
C++
|
|
#include "object.hpp"
|
|
|
|
int main()
|
|
{
|
|
Object obj;
|
|
|
|
return 0;
|
|
}
|