Browse Source

new line in the beginning of output removed

new line in the beginning of output removed as it is not consistent with the audit questions
DEV-4397-piscine-ai-missing-file-for-ex-7-of-nlp
sagarishere 1 year ago committed by Niccolò Primo
parent
commit
b7ad774a68
  1. 8
      subjects/crossword/README.md

8
subjects/crossword/README.md

@ -24,17 +24,15 @@ const emptyPuzzle =
`2001
0..0
1000
0..0
`
0..0`
const words = ['casa', 'alan', 'ciao', 'anta']
crosswordSolver(emptyPuzzle, words)
/* output:
`
casa
`casa
i..l
anta
o..n`
*/
```
```

Loading…
Cancel
Save