2020-10-24 20:16:00 +02:00
|
|
|
Write a program to find lines containing the word "pies" separated by spaces.
|
|
|
|
The word does not need to have space on the left if it is the line beginning or space on the right if it is line ending.
|
|
|
|
Return line no matter of word "pies" casing.
|
|
|
|
Do not use regular expressions, just the simplest capabilities
|
|
|
|
of a programming language.
|
|
|
|
|
|
|
|
POINTS: 2
|
2020-10-26 13:25:38 +01:00
|
|
|
DEADLINE: 2020-11-08 23:59:59
|