From ccf1efa0395973cf3a84dd2a2d23d5137e8af70c Mon Sep 17 00:00:00 2001 From: Jon <vitale.jonathan@ymail.com> Date: Tue, 16 May 2023 11:43:43 +1000 Subject: [PATCH] Created an empty folder for Week 1 workshop --- week1/README.md | 1 + week1/solution/README.md | 1 + 2 files changed, 2 insertions(+) create mode 100644 week1/README.md create mode 100644 week1/solution/README.md diff --git a/week1/README.md b/week1/README.md new file mode 100644 index 0000000..02c62ad --- /dev/null +++ b/week1/README.md @@ -0,0 +1 @@ +# Week 1 Workshop - Python Basics, Virtual Environments and Numpy \ No newline at end of file diff --git a/week1/solution/README.md b/week1/solution/README.md new file mode 100644 index 0000000..bd1c2b7 --- /dev/null +++ b/week1/solution/README.md @@ -0,0 +1 @@ +# Week 1 Workshop - Proposed Solutions \ No newline at end of file -- GitLab