From a1754da9f689f1202584e96213d717b758821f44 Mon Sep 17 00:00:00 2001 From: Undeemiss Date: Mon, 9 May 2022 15:04:09 -0500 Subject: [PATCH] Random comment added to my coding contract so I can PR this branch --- src/data/codingcontracttypes.ts | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/src/data/codingcontracttypes.ts b/src/data/codingcontracttypes.ts index 244cc35b9..b7fce1441 100644 --- a/src/data/codingcontracttypes.ts +++ b/src/data/codingcontracttypes.ts @@ -1382,7 +1382,8 @@ export const codingContractTypesMetadata: ICodingContractTypeMetadata[] = [ return [n + m, edges]; }, solver: (data: [number, [number, number][]], ans: string): boolean => { - //Case where the player believes there is no solution + //Case where the player believes there is no solution. + //Attempt to construct one to check if this is correct. if (ans == "[]") { //Helper function to get neighbourhood of a vertex function neighbourhood(vertex: number): number[] {