diff --git a/00_Common/dotnet/Games.Common.Sample/Games.Common.Sample.csproj b/00_Common/dotnet/Games.Common.Sample/Games.Common.Sample.csproj deleted file mode 100644 index a4eb9b00..00000000 --- a/00_Common/dotnet/Games.Common.Sample/Games.Common.Sample.csproj +++ /dev/null @@ -1,13 +0,0 @@ - - - - - - - - Exe - net6.0 - enable - - - diff --git a/00_Common/dotnet/Games.Common.Sample/Program.cs b/00_Common/dotnet/Games.Common.Sample/Program.cs deleted file mode 100644 index 6bd2a8c4..00000000 --- a/00_Common/dotnet/Games.Common.Sample/Program.cs +++ /dev/null @@ -1,7 +0,0 @@ -using Games.Common.IO; - -var io = new ConsoleIO(); - -var name = io.ReadString("What's your name"); - -io.WriteLine($"Hello, {name}");