From 70ed9d116b7fe8ac7ec9ca239a451bb930cb6e7c Mon Sep 17 00:00:00 2001
From: Nathan <nathan@druids.tech>
Date: Fri, 22 Sep 2023 18:35:19 +0100
Subject: [PATCH] setup

---
 manifests/prac1.md   | 4 ++--
 prac1/practical-1.md | 3 +++
 prac1/practical-1.py | 1 +
 3 files changed, 6 insertions(+), 2 deletions(-)
 create mode 100644 prac1/practical-1.md
 create mode 100644 prac1/practical-1.py

diff --git a/manifests/prac1.md b/manifests/prac1.md
index e5d1881..31378bc 100644
--- a/manifests/prac1.md
+++ b/manifests/prac1.md
@@ -1,2 +1,2 @@
-week7/pratical-1.md
-week7/pratical-1.py
\ No newline at end of file
+week7/practical-1.md
+week7/practical-1.py
\ No newline at end of file
diff --git a/prac1/practical-1.md b/prac1/practical-1.md
new file mode 100644
index 0000000..c6660cd
--- /dev/null
+++ b/prac1/practical-1.md
@@ -0,0 +1,3 @@
+# Week 7 - Practical 1
+
+Testing
\ No newline at end of file
diff --git a/prac1/practical-1.py b/prac1/practical-1.py
new file mode 100644
index 0000000..00950d9
--- /dev/null
+++ b/prac1/practical-1.py
@@ -0,0 +1 @@
+print('hello world')
\ No newline at end of file
-- 
GitLab