mirror of
https://github.com/coding-horror/basic-computer-games.git
synced 2025-12-28 13:46:06 -08:00
Port Battle to C#
This commit is contained in:
12
09 Battle/csharp/Program.cs
Normal file
12
09 Battle/csharp/Program.cs
Normal file
@@ -0,0 +1,12 @@
|
||||
using System;
|
||||
|
||||
namespace Battle
|
||||
{
|
||||
class Program
|
||||
{
|
||||
static void Main(string[] args)
|
||||
{
|
||||
new Game().Run();
|
||||
}
|
||||
}
|
||||
}
|
||||
Reference in New Issue
Block a user