676869707172737475
initialize(runType) ; args = processArgs(args) ; int iterations = startRun(args, runType) ; ExecGenerator gen = execGenerator() ; RepeatExecution.repeatExecutions(gen, iterations, showProgress) ; finishRun() ; }