main method

void main()

Implementation

void main(){
  testSqrt( 1000 );
  testRound1();
  testRound2();
  testFactorial();
}