@@ -91,4 +91,5 @@ export class Framework {
console.log(`Total CPI Consumed: ${total}`);
console.log(`Number of Instructions: ${numberOfInstructions}`);
console.log(`World Report: ${worldReport}`);
+ }
}