From fb6fed23fdc84617a46ac09ba8464fad115fa0b7 Mon Sep 17 00:00:00 2001 From: smittythekid <57874528+smittythekid@users.noreply.github.com> Date: Tue, 7 Apr 2026 19:42:53 +0200 Subject: [PATCH] branch published --- src/helloworld.java | 5 +++++ 1 file changed, 5 insertions(+) create mode 100644 src/helloworld.java diff --git a/src/helloworld.java b/src/helloworld.java new file mode 100644 index 0000000..24376f6 --- /dev/null +++ b/src/helloworld.java @@ -0,0 +1,5 @@ +public class helloworld { + public static void main(String[] args) { + System.out.println("Hello World!"); + } +} \ No newline at end of file