From 5740d64bbb7de2d544b58037df46aa5fd995c069 Mon Sep 17 00:00:00 2001 From: Kevin Pfannenstiel Date: Thu, 24 Nov 2022 14:22:24 +0100 Subject: [PATCH] Test --- .idea/runConfigurations.xml | 10 ++++++++++ src/TestKlasse.java | 7 +++++++ 2 files changed, 17 insertions(+) create mode 100644 .idea/runConfigurations.xml create mode 100644 src/TestKlasse.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/TestKlasse.java b/src/TestKlasse.java new file mode 100644 index 0000000..eeef9d2 --- /dev/null +++ b/src/TestKlasse.java @@ -0,0 +1,7 @@ +public class TestKlasse { + + public String Satz() + { + return "Satz"; + } +}