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