Browse Source

上传文件至 'helloWorld'

提交HelloWorld.java作业
pull/1/head
SunWenxuan 1 month ago
parent
commit
967a2de941
  1. 5
      helloWorld/HelloWorld.java

5
helloWorld/HelloWorld.java

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