// testPoint.cc P. Conrad for CISC181 review Fall 2005

#include "point.h"

int main(void)
{
  return 0;
}

