#include <iostream>

#include "myobject.h"

int main(int argc, char* argv[])
{
  MyObject obj;
  return 0;
}
