We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
I prefer my appended comments to start 2 spaces after the line. Any way to do this?
int * get_codes() { static int codes[6] = {24, 38, 43, 87, 42, 54}; // Nuclear codes return codes; }