From 79e907552de3b1a2d5293884472ffb102b00f6e9 Mon Sep 17 00:00:00 2001 From: Hammy Date: Sun, 4 Apr 2021 18:23:20 +0100 Subject: [PATCH] Move all code into Unit 1 directory --- {first => Unit 1/first}/program/createEmail.hs | 0 {hello => Unit 1/hello}/world/hello.hs | 0 2 files changed, 0 insertions(+), 0 deletions(-) rename {first => Unit 1/first}/program/createEmail.hs (100%) rename {hello => Unit 1/hello}/world/hello.hs (100%) diff --git a/first/program/createEmail.hs b/Unit 1/first/program/createEmail.hs similarity index 100% rename from first/program/createEmail.hs rename to Unit 1/first/program/createEmail.hs diff --git a/hello/world/hello.hs b/Unit 1/hello/world/hello.hs similarity index 100% rename from hello/world/hello.hs rename to Unit 1/hello/world/hello.hs