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