From b7ad774a6840a63b76b84c938a7c6a0c062bbce1 Mon Sep 17 00:00:00 2001 From: sagarishere <5121817+sagarishere@users.noreply.github.com> Date: Tue, 17 Jan 2023 16:49:34 +0200 Subject: [PATCH] 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 --- subjects/crossword/README.md | 8 +++----- 1 file changed, 3 insertions(+), 5 deletions(-) diff --git a/subjects/crossword/README.md b/subjects/crossword/README.md index 8d81d7ea7..934712d40 100644 --- a/subjects/crossword/README.md +++ b/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` */ -``` \ No newline at end of file +```