mirror of
https://github.com/coding-horror/basic-computer-games.git
synced 2025-12-30 22:52:00 -08:00
Simplify Pizza (C#) folder structure
This commit is contained in:
11
69_Pizza/csharp/Program.cs
Normal file
11
69_Pizza/csharp/Program.cs
Normal file
@@ -0,0 +1,11 @@
|
||||
namespace Pizza
|
||||
{
|
||||
internal class Program
|
||||
{
|
||||
static void Main(string[] args)
|
||||
{
|
||||
var pizzaGame = new PizzaGame();
|
||||
pizzaGame.Play();
|
||||
}
|
||||
}
|
||||
}
|
||||
Reference in New Issue
Block a user