diff --git a/subjects/printcomb.en.md b/subjects/printcomb.en.md index de8e24390..d4e8334fe 100644 --- a/subjects/printcomb.en.md +++ b/subjects/printcomb.en.md @@ -32,8 +32,8 @@ This is the incomplete output : ```console student@ubuntu:~/piscine-go/test$ go build -student@ubuntu:~/piscine-go/test$ ./test -012, 013, 014, 015, 016, 017, 018, 019, 023, ..., 689, 789 +student@ubuntu:~/piscine-go/test$ ./test | cat -e +012, 013, 014, 015, 016, 017, 018, 019, 023, ..., 689, 789$ student@ubuntu:~/piscine-go/test$ ``` diff --git a/subjects/printcomb.fr.md b/subjects/printcomb.fr.md index 20800a7ef..d66ea2a3a 100644 --- a/subjects/printcomb.fr.md +++ b/subjects/printcomb.fr.md @@ -32,8 +32,8 @@ Voici la sortie tronquée : ```console student@ubuntu:~/piscine-go/test$ go build -student@ubuntu:~/piscine-go/test$ ./test -012, 013, 014, 015, 016, 017, 018, 019, 023, ..., 689, 789 +student@ubuntu:~/piscine-go/test$ ./test | cat -e +012, 013, 014, 015, 016, 017, 018, 019, 023, ..., 689, 789$ student@ubuntu:~/piscine-go/test$ ``` diff --git a/subjects/printcomb2.en.md b/subjects/printcomb2.en.md index 92c50bd32..616969bf4 100644 --- a/subjects/printcomb2.en.md +++ b/subjects/printcomb2.en.md @@ -32,7 +32,7 @@ This is the incomplete output : ```console student@ubuntu:~/piscine-go/test$ go build -student@ubuntu:~/piscine-go/test$ ./test -00 01, 00 02, 00 03, ..., 00 98, 00 99, 01 02, 01 03, ..., 97 98, 97 99, 98 99 +student@ubuntu:~/piscine-go/test$ ./test | cat -e +00 01, 00 02, 00 03, ..., 00 98, 00 99, 01 02, 01 03, ..., 97 98, 97 99, 98 99$ student@ubuntu:~/piscine-go/test$ ``` diff --git a/subjects/printcomb2.fr.md b/subjects/printcomb2.fr.md index f45343466..77489fd6b 100644 --- a/subjects/printcomb2.fr.md +++ b/subjects/printcomb2.fr.md @@ -32,7 +32,7 @@ Voici la sortie tronquée : ```console student@ubuntu:~/piscine-go/test$ go build -student@ubuntu:~/piscine-go/test$ ./test -00 01, 00 02, 00 03, ..., 00 98, 00 99, 01 02, 01 03, ..., 97 98, 97 99, 98 99 +student@ubuntu:~/piscine-go/test$ ./test | cat -e +00 01, 00 02, 00 03, ..., 00 98, 00 99, 01 02, 01 03, ..., 97 98, 97 99, 98 99$ student@ubuntu:~/piscine-go/test$ ```