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