From 254a13cf5c5b018de899006e8a383f8f0c0e751a Mon Sep 17 00:00:00 2001 From: 3009594 Date: Wed, 2 Oct 2024 18:35:14 +0200 Subject: [PATCH] TestCommit --- Flow.txt | 1 + src/Test/Test.java | 9 +++++++++ src/module-info.java | 8 ++++++++ 3 files changed, 18 insertions(+) create mode 100644 Flow.txt create mode 100644 src/Test/Test.java create mode 100644 src/module-info.java diff --git a/Flow.txt b/Flow.txt new file mode 100644 index 0000000..17703fd --- /dev/null +++ b/Flow.txt @@ -0,0 +1 @@ +TODO File...... \ No newline at end of file diff --git a/src/Test/Test.java b/src/Test/Test.java new file mode 100644 index 0000000..f9402ba --- /dev/null +++ b/src/Test/Test.java @@ -0,0 +1,9 @@ +package Test; + +public class Test { + + public static void main(String[] args) { + System.out.println("Hallo"); + } + +} diff --git a/src/module-info.java b/src/module-info.java new file mode 100644 index 0000000..75ad570 --- /dev/null +++ b/src/module-info.java @@ -0,0 +1,8 @@ +/** + * + */ +/** + * + */ +module Parkhaus { +} \ No newline at end of file