Skip to content
Snippets Groups Projects
Commit 3c404735 authored by jeremy.meissner's avatar jeremy.meissner Committed by orestis.malaspin
Browse files

Update cours_5.md

parent 6a00e745
No related branches found
No related tags found
No related merge requests found
......@@ -249,7 +249,9 @@ $$
```C
num = 247
tant que (2^N < num) {
N = 0
tant que (2^(N+1) < num) {
N += 1
}
```
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment