Browse Source

Update doop.fr.md

pull/327/head
Christopher Fremond 5 years ago committed by GitHub
parent
commit
a1a827015f
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
  1. 4
      subjects/doop.fr.md

4
subjects/doop.fr.md

@ -32,7 +32,9 @@ student@ubuntu:~/piscine-go/test$ ./doop 1 p 1 | cat -e
student@ubuntu:~/piscine-go/test$ ./doop 1 / 0 | cat -e
No division by 0$
student@ubuntu:~/piscine-go/test$ ./doop 1 % 0 | cat -e
No modulo by 0$
No Modulo by 0$
student@ubuntu:~/piscine-go/test$ ./doop 1 "*" 1
1
student@ubuntu:~/piscine-go/test$ ./doop 1 "*" -1
-1
```

Loading…
Cancel
Save