From d2364ab6a9feee12a5d5b8aff7b0b5fb2dad1a4d Mon Sep 17 00:00:00 2001 From: Chris Date: Mon, 14 Jun 2021 16:14:32 +0100 Subject: [PATCH] aie aie aie --- subjects/wdmatch/README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/subjects/wdmatch/README.md b/subjects/wdmatch/README.md index 88e5dd7a..6e5f0e2e 100644 --- a/subjects/wdmatch/README.md +++ b/subjects/wdmatch/README.md @@ -2,7 +2,7 @@ ### Instructions -Write a program that takes two `string` and checks whether it is possible to write the first `string` with characters from the second `string`. This rewrite must respectSS the order in which these characters appear in the second `string`. +Write a program that takes two `string` and checks whether it is possible to write the first `string` with characters from the second `string`. This rewrite must respect the order in which these characters appear in the second `string`. If it is possible, the program displays the `string` followed by a newline (`'\n'`), otherwise it simply displays nothing.