diff options
| author | DemonKingSwarn <rockingswarn@gmail.com> | 2025-01-26 14:07:17 +0530 |
|---|---|---|
| committer | DemonKingSwarn <rockingswarn@gmail.com> | 2025-01-26 14:07:17 +0530 |
| commit | 5a0c403e52a1efe2d6ef14c2885d47113fd584c0 (patch) | |
| tree | e2f668e3fae3a2aae7d5ab1ad83acb19160f97d2 | |
| parent | 275a3459b8acf025b7ada074b9e574b44927dbcf (diff) | |
| download | hypr-wellbeing-5a0c403e52a1efe2d6ef14c2885d47113fd584c0.zip hypr-wellbeing-5a0c403e52a1efe2d6ef14c2885d47113fd584c0.tar.gz | |
chore: added new line before the output is shown
| -rw-r--r-- | Program.cs | 3 |
1 files changed, 2 insertions, 1 deletions
@@ -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}"); |
