16 lines
203 B
C#
16 lines
203 B
C#
|
|
|||
|
namespace KasinoBot
|
|||
|
{
|
|||
|
class Program
|
|||
|
{
|
|||
|
|
|||
|
static void Main(string[] args)
|
|||
|
{
|
|||
|
Client client = new Client();
|
|||
|
client.Initialize().Wait();
|
|||
|
}
|
|||
|
|
|||
|
}
|
|||
|
}
|
|||
|
|