Escape Sequences
\n Newline
\t Tab
\r Carriage Return (the cursor will move to the first character of the current line, and any subsequent characters will overwrite the existing characters on the line)
\b The backspace character, represented by the escape sequence "\...
kaustubhk.hashnode.dev1 min read