What is Nostr?
purpleKarrot / Daniel Pfeifer
npub1pur…ajf8
2023-02-03 10:12:02

purpleKarrot on Nostr: Can I write hightlighted code here? ```c for (j = 0; j < array_len; j += 8) { total ...

Can I write hightlighted code here?

```c
for (j = 0; j < array_len; j += 8) {
total += array[j + 0];
total += array[j + 1];
total += array[j + 2]; /* Main body of
total += array[j + 3]; * loop is unrolled
total += array[j + 4]; * for greater speed.
total += array[j + 5]; */
total += array[j + 6];
total += array[j + 7];
}
```
Author Public Key
npub1purple8xs539qf6w60tcvav3dqmxc6suhhquctdm944qa9zvmv4s9majf8