diff --git a/CoopSweeper/CoopSweeper.csproj b/CoopSweeper/CoopSweeper.csproj index 2ecb5a3..457434f 100644 --- a/CoopSweeper/CoopSweeper.csproj +++ b/CoopSweeper/CoopSweeper.csproj @@ -9,4 +9,8 @@ + + + + diff --git a/CoopSweeper/Program.cs b/CoopSweeper/Program.cs index a0fda2d..10f3b8f 100644 --- a/CoopSweeper/Program.cs +++ b/CoopSweeper/Program.cs @@ -6,7 +6,7 @@ namespace CoopSweeper { static void Main(string[] args) { - Console.WriteLine("Hello World!"); + } } }