From a94c7102c3af9b310f1c6f970cd6f8461d7f210c Mon Sep 17 00:00:00 2001
From: Nathan <nathan@druids.tech>
Date: Sun, 8 Oct 2023 20:22:38 +0100
Subject: [PATCH] week8

---
 practicals/week8/tasks.md | 2 ++
 1 file changed, 2 insertions(+)

diff --git a/practicals/week8/tasks.md b/practicals/week8/tasks.md
index 4cf2a17..c605d61 100644
--- a/practicals/week8/tasks.md
+++ b/practicals/week8/tasks.md
@@ -104,6 +104,8 @@ Write a program that asks the user to guess a number between 1 and 10. If the us
 
 # (Optional) Task 3
 
+> Task: Implement a Caesar Cypher encrypt and decrypt function
+
 A Caesar cipher is a simple encryption technique that involves shifting the letters of the alphabet by a certain number of positions. It is named after Julius Caesar, who is said to have used this method to communicate secretly with his generals.  
   
 Here's how a Caesar cipher works:  
-- 
GitLab