Add project files.
This commit is contained in:
18
BlackJ/Program.cs
Normal file
18
BlackJ/Program.cs
Normal file
@@ -0,0 +1,18 @@
|
||||
using BlackJack;
|
||||
using System;
|
||||
using System.Collections.Generic;
|
||||
using System.Linq;
|
||||
using System.Text;
|
||||
using System.Threading.Tasks;
|
||||
|
||||
namespace BlackJack
|
||||
{
|
||||
internal class Program
|
||||
{
|
||||
static void Main(string[] args)
|
||||
{
|
||||
Game game = new Game();
|
||||
game.Initialize();
|
||||
}
|
||||
}
|
||||
}
|
||||
Reference in New Issue
Block a user