PROGRAM
	linecount: count lines in input
USAGE
	linecount
DESCRIPTION
	charcount counts the lines in its input and writes the total as a line of text to
	the output.
EXAMPLE
	C:\Users\David> linecount
	hello, world
	^Z
	1