Browse Source

added detail in example

content-update
Christopher Fremond 5 years ago
parent
commit
a80b2b84be
  1. 4
      subjects/printcomb.en.md
  2. 4
      subjects/printcomb.fr.md
  3. 4
      subjects/printcomb2.en.md
  4. 4
      subjects/printcomb2.fr.md

4
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$
```

4
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$
```

4
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$
```

4
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$
```

Loading…
Cancel
Save