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
Branches
No related tags found
No related merge requests found
...@@ -249,7 +249,9 @@ $$ ...@@ -249,7 +249,9 @@ $$
```C ```C
num = 247 num = 247
tant que (2^N < num) { N = 0
tant que (2^(N+1) < num) {
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