From 5a0c403e52a1efe2d6ef14c2885d47113fd584c0 Mon Sep 17 00:00:00 2001 From: DemonKingSwarn Date: Sun, 26 Jan 2025 14:07:17 +0530 Subject: chore: added new line before the output is shown --- Program.cs | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) 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}"); -- cgit v1.1