wdmatch readme for the exams

This commit is contained in:
Lee 2019-04-19 11:04:19 +01:00
parent 8f9d25cbb0
commit 1cc72f6341
1 changed files with 5 additions and 3 deletions

View File

@ -13,13 +13,15 @@ Write a program that takes two strings and checks whether it's possible to write
```console ```console
student@ubuntu:~/piscine/test$ go build student@ubuntu:~/piscine/test$ go build
student@ubuntu:~/piscine/test$ ./test "faya" "fgvvfdxcacpolhyghbreda" student@ubuntu:~/piscine/test$ ./test "faya" "fgvvfdxcacpolhyghbreda"
faya faya
student@ubuntu:~/piscine/test$ ./test "faya" "fgvvfdxcacpolhyghbred" 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$ student@ubuntu:~/piscine/test$
``` ```