11 lines
333 B
YAML
11 lines
333 B
YAML
- title: Hamlet
|
|
- description: >-
|
|
Write a program to find lines containing the word "Hamlet".
|
|
Do not use regular expressions, just the simplest capabilities
|
|
of a programming language.
|
|
- points: 2
|
|
- deadline: 2020-10-15 23:59:59
|
|
- files:
|
|
- url: https://www.gutenberg.org/files/100/100-0.txt
|
|
name: shakespeare.in
|