From b43a1a1026eaaa5c766c4468d1c6993d093770e2 Mon Sep 17 00:00:00 2001 From: CAP <148800985+cap-sketch@users.noreply.github.com> Date: Tue, 22 Oct 2024 09:56:08 +0530 Subject: [PATCH] update sudoku MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit just adding a comment😁 --- Backtracking/Sudoku.js | 1 + 1 file changed, 1 insertion(+) diff --git a/Backtracking/Sudoku.js b/Backtracking/Sudoku.js index 6d529cc9dd..15d468a472 100644 --- a/Backtracking/Sudoku.js +++ b/Backtracking/Sudoku.js @@ -78,3 +78,4 @@ class Sudoku { } export { Sudoku } +//nice code