This program sorts large text files that may not fit entirely into memory. It reads lines from standard input, sorts them alphabetically (byte-wise, ASCII), and prints the result to standard output.