aboutsummaryrefslogtreecommitdiff
path: root/ShiftOS.Updater.exe/Program.cs
diff options
context:
space:
mode:
Diffstat (limited to 'ShiftOS.Updater.exe/Program.cs')
-rw-r--r--ShiftOS.Updater.exe/Program.cs15
1 files changed, 15 insertions, 0 deletions
diff --git a/ShiftOS.Updater.exe/Program.cs b/ShiftOS.Updater.exe/Program.cs
new file mode 100644
index 0000000..aa87901
--- /dev/null
+++ b/ShiftOS.Updater.exe/Program.cs
@@ -0,0 +1,15 @@
+using System;
+using System.Collections.Generic;
+using System.Linq;
+using System.Text;
+using System.Threading.Tasks;
+
+namespace ShiftOS.Updater.exe
+{
+ class Program
+ {
+ static void Main(string[] args)
+ {
+ }
+ }
+}