Add HW01 exercises

This commit is contained in:
2026-04-15 17:37:31 +00:00
commit 24ea3fcd29
5 changed files with 103 additions and 0 deletions
+5
View File
@@ -0,0 +1,5 @@
public class HelloWorld {
public static void main(String[] args) {
System.out.println("Hello, World!");
}
}