mirror of
https://github.com/OMGeeky/hcsalmon1-Chess-Engine-Test.git
synced 2025-12-26 16:27:23 +01:00
Create main.cs
This commit is contained in:
20
C#/Cleaner and slower version/main.cs
Normal file
20
C#/Cleaner and slower version/main.cs
Normal file
@@ -0,0 +1,20 @@
|
||||
using System;
|
||||
|
||||
namespace CEngineCopy
|
||||
{
|
||||
public class Program
|
||||
{
|
||||
|
||||
|
||||
static void Main()
|
||||
{
|
||||
Board.SetStartingPosition();
|
||||
Debugging.PrintBoardGlobal();
|
||||
Console.ReadLine();
|
||||
Perft_Func.RunPerftFunctions(6);
|
||||
//Perft_Debug.RunPerftFunctionsDebug(6);
|
||||
}
|
||||
|
||||
|
||||
}
|
||||
}
|
||||
Reference in New Issue
Block a user