Skip to content

Latest commit

 

History

History
4 lines (3 loc) · 309 Bytes

README.md

File metadata and controls

4 lines (3 loc) · 309 Bytes

Exercise 1-22

Write a program to "fold" long input lines into two or more shorter lines after the last non-blank character that occurs before the n-th column of input. Make sure your program does something intelligent with very long lines, and if there are no blanks or tabs before the specified column.