diff --git a/subjects/wdmatch.md b/subjects/wdmatch.md index cb24ecc05..abe625600 100644 --- a/subjects/wdmatch.md +++ b/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$ ``` \ No newline at end of file