8 lines
79 B
C++
8 lines
79 B
C++
#include "Obj.hpp"
|
|
|
|
int main(int argv, char** args)
|
|
{
|
|
Obj obj;
|
|
return 0;
|
|
}
|