From 53b79a5dbd0c7b1b9bce6292b43e71ba4a36712b Mon Sep 17 00:00:00 2001 From: Marwan Ehab Adel Mostafa Date: Sat, 1 Nov 2025 19:55:10 +0000 Subject: [PATCH] Add Testing 2 --- Testing.java | 3 +++ 1 file changed, 3 insertions(+) create mode 100644 Testing.java diff --git a/Testing.java b/Testing.java new file mode 100644 index 0000000..38e8da2 --- /dev/null +++ b/Testing.java @@ -0,0 +1,3 @@ +public static void main(String[] args){ + System.out,println("Hello World"); +} \ No newline at end of file