Redus Russ

Generation

translateTue, 28 Feb 2023

for (k = 0; 1761 > k; k++) putchar(k % 80 ? b[k] : 10);

for k in range(0, 1761): print(chr(b[k]) if k % 80 != 0 else '\n', end='')

Questions about programming?Chat with your personal AI assistant