mirror of
https://github.com/coding-horror/basic-computer-games.git
synced 2026-01-15 22:42:38 -08:00
add 00_Alternate_Langage folder and move alternate ports there
This commit is contained in:
11
00_Alternate_Languages/69_Pizza/csharp/Program.cs
Normal file
11
00_Alternate_Languages/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