Browse Source

Correction of Subject

pull/81/head
Frenchris 6 years ago
parent
commit
e10adba2f9
  1. 4
      subjects/gcd.en.md

4
subjects/gcd.en.md

@ -10,6 +10,8 @@ strictly positive integer).
If the number of parameters is not 2, display a newline.
All arguments tested will be valid positive `int` values.
Example of output :
```console
@ -24,5 +26,7 @@ student@ubuntu:~/student/gcd$ ./gcd 17 3 | cat -e
1$
student@ubuntu:~/student/gcd$ ./gcd | cat -e
$
student@ubuntu:~/student/gcd$ ./gcd 50 12 4 | cat -e
$
student@ubuntu:~/student/gcd$
```

Loading…
Cancel
Save