Browse Source

aie aie aie

pull/791/head
Chris 3 years ago
parent
commit
d2364ab6a9
  1. 2
      subjects/wdmatch/README.md

2
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.

Loading…
Cancel
Save