##### Open the repository of the project and check the submitted files
###### Can you confirm that the `crosswordSolver.js` file is present and you can run the following comand `node crosswordSolver.js` adding the following lines to the original `crosswordSolver.js`?
###### Can you confirm that the `crosswordSolver.js` file is present and you can run the following command `node crosswordSolver.js` adding the following lines to the original `crosswordSolver.js`?
```js
const puzzle = '2001\n0..0\n1000\n0..0'
const words = ['casa', 'alan', 'ciao', 'anta']
@ -21,7 +21,7 @@ anta
o..n
```
###### Does the function displays the value above?
###### Does the function display the value above?
##### Try running the function with the arguments:
```js
@ -71,9 +71,7 @@ bikini..r...n..
..........s....
```
###### Does the function displays the value above?
###### Does the function displays the value above?
###### Does the function display the value above?
##### Try running the function with the arguments:
```js
@ -117,7 +115,7 @@ pork..pasta
....k......
```
###### Does the function displays the value above?
###### Does the function display the value above?
##### Try running the function with the arguments:
[comment]: <> Test mismatch between number of input words and puzzle starting cells