From 1cc72f6341cc1955d2d140c87cf0558315025c29 Mon Sep 17 00:00:00 2001 From: Lee Date: Fri, 19 Apr 2019 11:04:19 +0100 Subject: [PATCH] wdmatch readme for the exams --- subjects/wdmatch.md | 8 +++++--- 1 file changed, 5 insertions(+), 3 deletions(-) diff --git a/subjects/wdmatch.md b/subjects/wdmatch.md index cb24ecc0..abe62560 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