Skip to content

Latest commit

 

History

History
4 lines (3 loc) · 208 Bytes

README.md

File metadata and controls

4 lines (3 loc) · 208 Bytes

Exercise 1-10

Write a program to copy its input to its output, replacing each tab by \t, each backspace by \b, and each backslash by \\. This makes tabs and backspaces visible in an unambiguous way.