testdoc: Add ```
This commit is contained in:
parent
2b3ea4bb0c
commit
4ab889aeb4
1 changed files with 2 additions and 0 deletions
2
testdoc
2
testdoc
|
@ -47,9 +47,11 @@ list in list:
|
|||
entity: &, <, >
|
||||
|
||||
code:
|
||||
```
|
||||
int powerof2(unsigned int n) {
|
||||
return !((n - 1) & n) && n > 0;
|
||||
}
|
||||
```
|
||||
|
||||
links
|
||||
-----
|
||||
|
|
Loading…
Add table
Reference in a new issue