Browse Source

wdmatch readme for the exams

pull/45/head
Lee 5 years ago
parent
commit
1cc72f6341
  1. 8
      subjects/wdmatch.md

8
subjects/wdmatch.md

@ -13,13 +13,15 @@ Write a program that takes two strings and checks whether it's possible to write
```console
student@ubuntu:~/piscine/test$ go build
student@ubuntu:~/piscine/test$ ./test "faya" "fgvvfdxcacpolhyghbreda"
student@ubuntu:~/piscine/test$ ./test "faya" "fgvvfdxcacpolhyghbreda"
faya
student@ubuntu:~/piscine/test$ ./test "faya" "fgvvfdxcacpolhyghbred"
student@ubuntu:~/piscine/test$ ./test "error"
student@ubuntu:~/piscine/test$ ./test "error" rrerrrfiiljdfxjyuifrrvcoojh
student@ubuntu:~/piscine/test$ ./test
student@ubuntu:~/piscine/test$ ./test "quarante deux" "qfqfsudf arzgsayns tsregfdgs sjytdekuoixq "
quarante deux
student@ubuntu:~/piscine/test$ ./test
student@ubuntu:~/piscine/test$
```
Loading…
Cancel
Save