Add readline

This commit is contained in:
Marvin Rohrbach
2018-05-25 09:37:40 +02:00
parent 9781acbe5f
commit f653ecd994
2 changed files with 5 additions and 1 deletions

View File

@@ -9,4 +9,8 @@
<Folder Include="View\" /> <Folder Include="View\" />
</ItemGroup> </ItemGroup>
<ItemGroup>
<PackageReference Include="ReadLine" Version="2.0.0" />
</ItemGroup>
</Project> </Project>

View File

@@ -6,7 +6,7 @@ namespace CoopSweeper
{ {
static void Main(string[] args) static void Main(string[] args)
{ {
Console.WriteLine("Hello World!");
} }
} }
} }