From f653ecd9949369fb0151bd767214e7d63939671b Mon Sep 17 00:00:00 2001 From: Marvin Rohrbach Date: Fri, 25 May 2018 09:37:40 +0200 Subject: [PATCH] Add readline --- CoopSweeper/CoopSweeper.csproj | 4 ++++ CoopSweeper/Program.cs | 2 +- 2 files changed, 5 insertions(+), 1 deletion(-) 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!"); + } } }