This document provides instructions and examples for an assignment to write a program that counts the number of characters, words, and lines from standard input. The program should work like the Linux 'wc' command by reading input with Ctrl-D and printing the character, word, and line counts. Examples are provided of sample inputs with the expected character counts, word counts, and line counts as output. Pre-requisites and the objective of understanding standard input/output are also stated.