What is Nostr?
Pierre H. /
npub1u3l…qwzf
2024-08-25 20:05:56

Pierre H. on Nostr: Without using a compiler or assimilated tool, what does this print in C? ``` #include ...

Without using a compiler or assimilated tool, what does this print in C?

```
#include <stdio.h>

int main(void)
{
unsigned limit = 0;
int count = 0;

for (int i = -10; i < limit; i++) {
count++;
}
printf("%d\n", count);
}
```
Author Public Key
npub1u3ljqyjypsfgc09ugzczmasd82v4g4hsygpt2n8qpf5wvgezxnxs0xqwzf