From f2b726467f82ecbbc86494fbdcc03ef87e3311a1 Mon Sep 17 00:00:00 2001 From: "github-classroom[bot]" <66690702+github-classroom[bot]@users.noreply.github.com> Date: Fri, 13 Oct 2023 16:22:11 +0000 Subject: [PATCH 1/2] Setting up GitHub Classroom Feedback From 4d44ebea49163c7a5dcfb12b2fd5986be8fdb3ec Mon Sep 17 00:00:00 2001 From: "github-classroom[bot]" <66690702+github-classroom[bot]@users.noreply.github.com> Date: Fri, 13 Oct 2023 16:22:14 +0000 Subject: [PATCH 2/2] add online IDE url --- README.md | 1 + 1 file changed, 1 insertion(+) diff --git a/README.md b/README.md index 2c8e2cb..4412be7 100644 --- a/README.md +++ b/README.md @@ -1,3 +1,4 @@ +[![Open in Visual Studio Code](https://classroom.github.com/assets/open-in-vscode-718a45dd9cf7e7f842a935f5ebbe5719a5e09af4491e668f4dbf3b35d5cca122.svg)](https://classroom.github.com/online_ide?assignment_repo_id=12371290&assignment_repo_type=AssignmentRepo) # Minesweeper Number of Neighbouring Mines Create a function that takes an array representation of a Minesweeper board, and returns another board where the value of each cell is the amount of its neighboring mines.