From 05d5cc30fc8ace7422246e7a427e034505d1dc5c Mon Sep 17 00:00:00 2001 From: "github-classroom[bot]" <66690702+github-classroom[bot]@users.noreply.github.com> Date: Thu, 21 Dec 2023 20:38:49 +0000 Subject: [PATCH 1/2] Setting up GitHub Classroom Feedback From bed4e991dbcd460f4a805084cbf02fd7c563b3f2 Mon Sep 17 00:00:00 2001 From: "github-classroom[bot]" <66690702+github-classroom[bot]@users.noreply.github.com> Date: Thu, 21 Dec 2023 20:38:52 +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..2237f28 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=13279095&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.