From 7519de80a42ab7095697f684a4fcaebd0a79cebc Mon Sep 17 00:00:00 2001 From: Michael Guttmann <michael.guttmann@student.tugraz.at> Date: Wed, 21 Apr 2021 20:22:36 +0200 Subject: [PATCH] added dice in new folder --- 2021-oop1/ku/stream-05/{ => dice}/Dice.cpp | 0 2021-oop1/ku/stream-05/{ => dice}/Dice.hpp | 0 2021-oop1/ku/stream-05/{ => dice}/main.cpp | 0 3 files changed, 0 insertions(+), 0 deletions(-) rename 2021-oop1/ku/stream-05/{ => dice}/Dice.cpp (100%) rename 2021-oop1/ku/stream-05/{ => dice}/Dice.hpp (100%) rename 2021-oop1/ku/stream-05/{ => dice}/main.cpp (100%) diff --git a/2021-oop1/ku/stream-05/Dice.cpp b/2021-oop1/ku/stream-05/dice/Dice.cpp similarity index 100% rename from 2021-oop1/ku/stream-05/Dice.cpp rename to 2021-oop1/ku/stream-05/dice/Dice.cpp diff --git a/2021-oop1/ku/stream-05/Dice.hpp b/2021-oop1/ku/stream-05/dice/Dice.hpp similarity index 100% rename from 2021-oop1/ku/stream-05/Dice.hpp rename to 2021-oop1/ku/stream-05/dice/Dice.hpp diff --git a/2021-oop1/ku/stream-05/main.cpp b/2021-oop1/ku/stream-05/dice/main.cpp similarity index 100% rename from 2021-oop1/ku/stream-05/main.cpp rename to 2021-oop1/ku/stream-05/dice/main.cpp -- GitLab