Skip to main content
We’ve updated our Terms of Service. A new AI Addendum clarifies how Stack Overflow utilizes AI interactions.
Code Golf

Return to Revisions

2 of 2
added 245 characters in body
Shaggy
  • 45k
  • 4
  • 39
  • 95

Japt, 6 bytes

cÈ^VcY

Try it

cÈ^VcY :Implicit input of strings U & V
c :Map the charcodes in U
 È :by passing each one at index Y through the following function
 ^ : Bitwise XOR with
 VcY : Charcode at index Y in V
Shaggy
  • 45k
  • 4
  • 39
  • 95

AltStyle によって変換されたページ (->オリジナル) /