学习文档提交

This commit is contained in:
2023-07-14 17:52:04 +08:00
commit b03e4ea388
30 changed files with 510 additions and 0 deletions

View File

@@ -0,0 +1,5 @@
public class HellowWorld {
public static void main(String[] args) {
System.out.println("hello world");
}
}

View File

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