executionTime method
Implementation
void executionTime(int milliseconds) {
resetColorAttributes();
setForegroundColor(ConsoleColor.yellow);
writeLine("⌛ Total execution time: $milliseconds Milliseconds");
resetColorAttributes();
}
void executionTime(int milliseconds) {
resetColorAttributes();
setForegroundColor(ConsoleColor.yellow);
writeLine("⌛ Total execution time: $milliseconds Milliseconds");
resetColorAttributes();
}