6 lines
161 B
Plaintext
6 lines
161 B
Plaintext
|
Write a program to find lines containing the word "Hamlet".
|
||
|
Do not use regular expressions, just the simplest capabilities
|
||
|
of a programming language.
|
||
|
|
||
|
POINTS: 1
|