From 6e3eafc80fd0f69f1c9b9d654e0869792043de01 Mon Sep 17 00:00:00 2001 From: infinage <37257700+Infinage@users.noreply.github.com> Date: Mon, 20 Apr 2026 22:13:08 +0530 Subject: [PATCH] Add sudoku solution in Go --- Solutions/challenge-sudoku.md | 1 + 1 file changed, 1 insertion(+) diff --git a/Solutions/challenge-sudoku.md b/Solutions/challenge-sudoku.md index d3fa8310..961d12d7 100644 --- a/Solutions/challenge-sudoku.md +++ b/Solutions/challenge-sudoku.md @@ -9,3 +9,4 @@ The shared solutions: |-----|----------------------------------------------------|----------|-----------------------------------------------------| | 1 | [rsudoku](https://github.com/mchristou/rsudoku) | Rust | [mchristou](https://github.com/mchristou) | | 2 | [Pydoku](https://github.com/Kingcitaldo125/Pydoku) | Python | [Kingcitaldo125](https://github.com/Kingcitaldo125) | +| 2 | [Goduku](https://github.com/infinage/goduku) | Go | [infinage](https://github.com/infinage) |