commit 97be9743f1070583c94156a2d775353926c19ef4 Author: KeshavAnandCode Date: Mon Dec 1 21:58:29 2025 -0600 initial diff --git a/Problem1.java b/Problem1.java new file mode 100644 index 0000000..59bb7a1 --- /dev/null +++ b/Problem1.java @@ -0,0 +1,5 @@ +public class Problem1 { + public static void main(String[] args) { + System.out.println("Hello, World!"); + } +} \ No newline at end of file