Skip to content
Snippets Groups Projects
Commit 3a640ba0 authored by jeremy.meissner's avatar jeremy.meissner
Browse files

Update cours_5.md

parent 36d9c586
No related branches found
No related tags found
1 merge request!39Update cours_5.md
This commit is part of merge request !39. Comments created here will be created in the context of that merge request.
...@@ -249,10 +249,9 @@ $$ ...@@ -249,10 +249,9 @@ $$
```C ```C
num = 247 num = 247
tant que (2^N < num) { tant que (2^(N+1) < num) {
N += 1 N += 1
} }
N -= 1
``` ```
. . . . . .
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment