one fable-low hijack cell
pair beef / mojo
envelope code_caret
ordering AB
effort low
Code-flavored caret operator — '{X} ^ {Y}'
verdictpicked mojo (second-offered)
· classifierB
· tiernone
response (200 chars)
It looks like you might be asking for the XOR (`^`) of the strings "mojo" and "beef" — here's that, byte by byte (ASCII):
| char pair | values | XOR |
|---|---|---|
| m ^ b | 109 ^ 98 | 15 (0x0F) |
|
neighbors