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 Answer

added 245 characters in body
Source Link
Shaggy
  • 45k
  • 4
  • 39
  • 95

#Japt , 6 bytes

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

#Japt , 6 bytes

cÈ^VcY

Try it

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
Source Link
Shaggy
  • 45k
  • 4
  • 39
  • 95

#Japt, 6 bytes

cÈ^VcY

Try it

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