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

1 of 8
Noodle9
  • 20.4k
  • 3
  • 23
  • 47

C (gcc), 65 bytes

f(a,b)char*a,*b;{for(;*a&*b;++a,++b)putchar(*a^*b);puts(*a?a:b);}

Try it online!

Noodle9
  • 20.4k
  • 3
  • 23
  • 47

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