From 27461d85166525fa562802e2f1bf09e65caf14bb Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Felix=20D=C3=BCsterhaus?= Date: Thu, 24 Nov 2022 14:21:59 +0100 Subject: [PATCH] testcommit --- .idea/runConfigurations.xml | 10 ++++++++++ src/FDtest.java | 2 ++ 2 files changed, 12 insertions(+) create mode 100644 .idea/runConfigurations.xml create mode 100644 src/FDtest.java diff --git a/.idea/runConfigurations.xml b/.idea/runConfigurations.xml new file mode 100644 index 0000000..797acea --- /dev/null +++ b/.idea/runConfigurations.xml @@ -0,0 +1,10 @@ + + + + + + \ No newline at end of file diff --git a/src/FDtest.java b/src/FDtest.java new file mode 100644 index 0000000..e893fba --- /dev/null +++ b/src/FDtest.java @@ -0,0 +1,2 @@ +public class FDtest { +}