<?

// split2finishStub.php   P.Conrad for CISC103, 11/20/2007
// test the testing function

function split2finish($halfSteps) {
  return -42;
}

?>