diff options
Diffstat (limited to 'Program.cs')
| -rw-r--r-- | Program.cs | 3 |
1 files changed, 1 insertions, 2 deletions
@@ -1,10 +1,9 @@ using hyprwatch.Logger; -class Program +class Program { static void Main(string[] args) { WatchLog.LogCreation(); } - } |
