Posts by qwr
x86-32 assembly, 14 bytes Straightforward solution with custom calling convention: inputs in eax and ebx, output in eax. cmp opcode could be smaller if limited to 8-bit integers? 00000000 <add...
Answer
R, 32 bytes \(s)intToUtf8(rev(utf8ToInt(s))) Attempt This Online!
Answer