aboutsummaryrefslogtreecommitdiff
path: root/Program.cs
diff options
context:
space:
mode:
Diffstat (limited to 'Program.cs')
-rw-r--r--Program.cs3
1 files changed, 2 insertions, 1 deletions
diff --git a/Program.cs b/Program.cs
index 340e338..d230875 100644
--- a/Program.cs
+++ b/Program.cs
@@ -56,7 +56,8 @@ class Program
totalTime += time;
}
}
-
+
+ Console.WriteLine(" ");
Console.WriteLine($"Today's Screen Usage\t{totalTime}");
Console.WriteLine($"{red}{new string('-', 60)}{reset}");
Console.WriteLine($"{yellow}{"App",-30}{"Time",30}{reset}");