From 6ecd654deaf97696922a6b2dedfe7d703543d860 Mon Sep 17 00:00:00 2001 From: Veronika Polevara Date: Sun, 10 Dec 2023 22:04:36 +0100 Subject: [PATCH] Delete 'TaskD02/description.txt' --- TaskD02/description.txt | 7 ------- 1 file changed, 7 deletions(-) delete mode 100644 TaskD02/description.txt diff --git a/TaskD02/description.txt b/TaskD02/description.txt deleted file mode 100644 index d10a828..0000000 --- a/TaskD02/description.txt +++ /dev/null @@ -1,7 +0,0 @@ -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 use regular expressions. - -POINTS: 1 -DEADLINE: 2023-11-26 23:59:59 \ No newline at end of file