aboutsummaryrefslogtreecommitdiff
path: root/Program.cs
diff options
context:
space:
mode:
authorDemonKingSwarn <rockingswarn@gmail.com>2025-01-26 14:07:17 +0530
committerDemonKingSwarn <rockingswarn@gmail.com>2025-01-26 14:07:17 +0530
commit5a0c403e52a1efe2d6ef14c2885d47113fd584c0 (patch)
treee2f668e3fae3a2aae7d5ab1ad83acb19160f97d2 /Program.cs
parent275a3459b8acf025b7ada074b9e574b44927dbcf (diff)
downloadhypr-wellbeing-5a0c403e52a1efe2d6ef14c2885d47113fd584c0.zip
hypr-wellbeing-5a0c403e52a1efe2d6ef14c2885d47113fd584c0.tar.gz
chore: added new line before the output is shown
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}");