From c963b3bcbe60a6ab5f6d31eed4284b28aaea1a11 Mon Sep 17 00:00:00 2001 From: Samuel Oberhofer Date: Tue, 31 May 2022 22:11:24 +0200 Subject: [PATCH] Move into separate Folder --- Uebung 2/{ => 2.2}/ExtendedListItem.cpp | 0 Uebung 2/{ => 2.2}/ExtendedListItem.h | 0 Uebung 2/{ => 2.2}/Makefile | 0 Uebung 2/{ => 2.2}/doublyLinkedList.cpp | 0 Uebung 2/{ => 2.2}/doublyLinkedList.h | 0 Uebung 2/{ => 2.2}/main.cpp | 0 6 files changed, 0 insertions(+), 0 deletions(-) rename Uebung 2/{ => 2.2}/ExtendedListItem.cpp (100%) rename Uebung 2/{ => 2.2}/ExtendedListItem.h (100%) rename Uebung 2/{ => 2.2}/Makefile (100%) rename Uebung 2/{ => 2.2}/doublyLinkedList.cpp (100%) rename Uebung 2/{ => 2.2}/doublyLinkedList.h (100%) rename Uebung 2/{ => 2.2}/main.cpp (100%) diff --git a/Uebung 2/ExtendedListItem.cpp b/Uebung 2/2.2/ExtendedListItem.cpp similarity index 100% rename from Uebung 2/ExtendedListItem.cpp rename to Uebung 2/2.2/ExtendedListItem.cpp diff --git a/Uebung 2/ExtendedListItem.h b/Uebung 2/2.2/ExtendedListItem.h similarity index 100% rename from Uebung 2/ExtendedListItem.h rename to Uebung 2/2.2/ExtendedListItem.h diff --git a/Uebung 2/Makefile b/Uebung 2/2.2/Makefile similarity index 100% rename from Uebung 2/Makefile rename to Uebung 2/2.2/Makefile diff --git a/Uebung 2/doublyLinkedList.cpp b/Uebung 2/2.2/doublyLinkedList.cpp similarity index 100% rename from Uebung 2/doublyLinkedList.cpp rename to Uebung 2/2.2/doublyLinkedList.cpp diff --git a/Uebung 2/doublyLinkedList.h b/Uebung 2/2.2/doublyLinkedList.h similarity index 100% rename from Uebung 2/doublyLinkedList.h rename to Uebung 2/2.2/doublyLinkedList.h diff --git a/Uebung 2/main.cpp b/Uebung 2/2.2/main.cpp similarity index 100% rename from Uebung 2/main.cpp rename to Uebung 2/2.2/main.cpp