ElCanut@jlai.lu to Programmer Humor@programming.dev · 11 hours agoAsking the real questionsjlai.luexternal-linkmessage-square115fedilinkarrow-up1676arrow-down14
arrow-up1672arrow-down1external-linkAsking the real questionsjlai.luElCanut@jlai.lu to Programmer Humor@programming.dev · 11 hours agomessage-square115fedilink
minus-squareAndromxda 🇺🇦🇵🇸🇹🇼@lemmy.dbzer0.comlinkfedilinkEnglisharrow-up24·edit-25 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