From 14c7edf835ec3bcb0aa9fb5ea6f46aecd801f0b5 Mon Sep 17 00:00:00 2001 From: Jakub Pokrywka Date: Sun, 8 Nov 2020 20:28:02 +0100 Subject: [PATCH] change B* dates --- TaskB01/description.txt | 2 +- TaskB02/description.txt | 2 +- TaskB03/description.txt | 2 +- TaskB04/description.txt | 2 +- 4 files changed, 4 insertions(+), 4 deletions(-) diff --git a/TaskB01/description.txt b/TaskB01/description.txt index 03b94c5..21b21a1 100644 --- a/TaskB01/description.txt +++ b/TaskB01/description.txt @@ -2,4 +2,4 @@ Write a program to find lines containing the word "Hamlet". Make use of regular expressions. POINTS: 1 -DEADLINE: 2020-11-08 23:59:59 +DEADLINE: 2020-11-22 23:59:59 diff --git a/TaskB02/description.txt b/TaskB02/description.txt index 6c457e0..aadbe57 100644 --- a/TaskB02/description.txt +++ b/TaskB02/description.txt @@ -4,4 +4,4 @@ Return line no matter of word "pies" casing. Make use of regular expressions. POINTS: 1 -DEADLINE: 2020-11-08 23:59:59 +DEADLINE: 2020-11-22 23:59:59 diff --git a/TaskB03/description.txt b/TaskB03/description.txt index fd650c0..a0d986a 100644 --- a/TaskB03/description.txt +++ b/TaskB03/description.txt @@ -3,4 +3,4 @@ Note that part ' r.' is obligatory. Make use of regular expressions. POINTS: 2 -DEADLINE: 2020-11-08 23:59:59 +DEADLINE: 2020-11-22 23:59:59 diff --git a/TaskB04/description.txt b/TaskB04/description.txt index 06a79af..8da555c 100644 --- a/TaskB04/description.txt +++ b/TaskB04/description.txt @@ -3,4 +3,4 @@ Return only these substrings separated by spaces in their order. Make use of regular expressions. POINTS: 2 -DEADLINE: 2020-11-08 23:59:59 +DEADLINE: 2020-11-22 23:59:59