ElCanut@jlai.lu to Programmer Humor@programming.dev · 10 hours agoAsking the real questionsjlai.luimagemessage-square106fedilinkarrow-up1639arrow-down14
arrow-up1635arrow-down1imageAsking the real questionsjlai.luElCanut@jlai.lu to Programmer Humor@programming.dev · 10 hours agomessage-square106fedilink
minus-squareAndromxda 🇺🇦🇵🇸🇹🇼@lemmy.dbzer0.comlinkfedilinkEnglisharrow-up24·edit-24 hours ago\n already is an escape sequence, consisting of \, the escape character, and n, the code that is responsible for the new line. Together they form an escape sequence.
\n
already is an escape sequence, consisting of\
, the escape character, andn
, the code that is responsible for the new line. Together they form an escape sequence.This person unicodes