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
pull/1732/head
sagarishere 2 years ago committed by Niccolò Primo
parent
commit
b7ad774a68
  1. 6
      subjects/crossword/README.md

6
subjects/crossword/README.md

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

Loading…
Cancel
Save