This commit is contained in:
2025-12-01 21:58:29 -06:00
commit 97be9743f1

5
Problem1.java Normal file
View File

@@ -0,0 +1,5 @@
public class Problem1 {
public static void main(String[] args) {
System.out.println("Hello, World!");
}
}