From c16835d93e714a40cfa83d8ab079cfbfc36555b8 Mon Sep 17 00:00:00 2001 From: 3010293 <3010293@stud.hs-mannheim.de> Date: Sat, 9 Nov 2024 12:01:49 +0100 Subject: [PATCH] testing feature branch --- PR2Bib/src/Test1.java | 6 ++++++ 1 file changed, 6 insertions(+) create mode 100644 PR2Bib/src/Test1.java diff --git a/PR2Bib/src/Test1.java b/PR2Bib/src/Test1.java new file mode 100644 index 0000000..74aa16e --- /dev/null +++ b/PR2Bib/src/Test1.java @@ -0,0 +1,6 @@ + +public class Test1 { + public static void main(String[] args) { + System.out.println("ABA"); +} +}