static void Main(string[] args) { PlayGame.GamePlay(); Console.ReadLine(); }
public static void Main(string[] args) { PlayGame.InitializeHeaps(); }