← Back to archive

Stdle #4 · 2026-06-10

What does this log?

A past puzzle — fully playable. 4 attempts, hints on wrong guesses.

#include <stdio.h>
int main(void) {
int n = -1;
printf("%u\n", n);
return 0;
}
Strings
4 attempts left

Answer & explanation