From b5ee190dcaa7331ded7d896511b366438afa1a14 Mon Sep 17 00:00:00 2001 From: Mauve Date: Fri, 15 May 2026 09:47:14 +0800 Subject: [PATCH] java --- TestRun.java | 5 +++++ 1 file changed, 5 insertions(+) create mode 100644 TestRun.java diff --git a/TestRun.java b/TestRun.java new file mode 100644 index 0000000..f25867d --- /dev/null +++ b/TestRun.java @@ -0,0 +1,5 @@ +public class TestRun { + public static void main(String[] args) { + System.out.println("Hello, World!"); + } +} \ No newline at end of file