aboutsummaryrefslogtreecommitdiff
path: root/Program.cs
diff options
context:
space:
mode:
Diffstat (limited to 'Program.cs')
-rw-r--r--Program.cs10
1 files changed, 10 insertions, 0 deletions
diff --git a/Program.cs b/Program.cs
new file mode 100644
index 0000000..ef19467
--- /dev/null
+++ b/Program.cs
@@ -0,0 +1,10 @@
+using hyprwatch.Logger;
+
+class Program
+{
+ static void Main(string[] args)
+ {
+ WatchLog.LogCreation();
+ }
+
+}