ElCanut@jlai.lu to Programmer Humor@programming.dev · 14 hours agoAsking the real questionsjlai.luimagemessage-square143fedilinkarrow-up1793
arrow-up1793imageAsking the real questionsjlai.luElCanut@jlai.lu to Programmer Humor@programming.dev · 14 hours agomessage-square143fedilink
minus-squareAndromxda 🇺🇦🇵🇸🇹🇼@lemmy.dbzer0.comlinkfedilinkEnglisharrow-up29·edit-28 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