From 4fc09567c557a1110180940cca40fd7144921026 Mon Sep 17 00:00:00 2001 From: Ben Beltran Date: Mon, 3 Feb 2014 10:06:44 -0600 Subject: Removes spaces. --- Super Polarity/Program.cs | 26 -------------------------- 1 file changed, 26 deletions(-) delete mode 100644 Super Polarity/Program.cs (limited to 'Super Polarity/Program.cs') diff --git a/Super Polarity/Program.cs b/Super Polarity/Program.cs deleted file mode 100644 index 6c3f614..0000000 --- a/Super Polarity/Program.cs +++ /dev/null @@ -1,26 +0,0 @@ -#region Using Statements -using System; -using System.Collections.Generic; -using System.Linq; -#endregion - -namespace SuperPolarity -{ -#if WINDOWS || LINUX - /// - /// The main class. - /// - public static class Program - { - /// - /// The main entry point for the application. - /// - [STAThread] - static void Main() - { - using (var superPolarity = new SuperPolarity()) - superPolarity.Run(); - } - } -#endif -} -- cgit