From a1cee0ae111ebf7fae135dcc83ab86ba741749f7 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Jacek=20Ka=C5=82u=C5=BCny?= <45168146+duszekjk@users.noreply.github.com> Date: Mon, 27 Nov 2023 10:57:10 +0100 Subject: [PATCH] Update description.txt --- TaskD02/description.txt | 3 --- 1 file changed, 3 deletions(-) diff --git a/TaskD02/description.txt b/TaskD02/description.txt index b0b2c50..8c4f010 100644 --- a/TaskD02/description.txt +++ b/TaskD02/description.txt @@ -2,6 +2,3 @@ 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: 2021-12-04 23:59:59