From 2f81200ebb4387b3b8dee475af62d1e5f0d515f8 Mon Sep 17 00:00:00 2001 From: bionic85 <144353436+bionic85@users.noreply.github.com> Date: Wed, 20 Nov 2024 14:38:35 +0100 Subject: [PATCH] not implemented thingy --- PuzzlePlayer/Binary.cs | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/PuzzlePlayer/Binary.cs b/PuzzlePlayer/Binary.cs index 3e7420c..6cc7434 100644 --- a/PuzzlePlayer/Binary.cs +++ b/PuzzlePlayer/Binary.cs @@ -109,7 +109,7 @@ namespace PuzzlePlayer_Namespace // start with a clear board int[,] result = GetClearBoard(boardState.GetLength(0)); - + throw new NotImplementedException(); } -- GitLab