testdoc: Add ```

This commit is contained in:
Enno Tensing 2025-01-21 20:33:43 +01:00
parent 2b3ea4bb0c
commit 4ab889aeb4
Signed by: tenno
GPG key ID: 95265603BD36E66C

View file

@ -47,9 +47,11 @@ list in list:
entity: &, <, >
code:
```
int powerof2(unsigned int n) {
return !((n - 1) & n) && n > 0;
}
```
links
-----