← Back to archive

Stdle #7 · 2026-06-13

What does this log?

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

#include <iostream>
int main() {
char a = 'A';
std::cout << a << " " << +a << "\n";
}
Numbers
4 attempts left

Answer & explanation