Browse Source

上传文件至 'w1'

main
Chengwuyi 1 month ago
parent
commit
7d33142730
  1. 14
      w1/hello world.java

14
w1/hello world.java

@ -0,0 +1,14 @@
/******************************************************************************
Online Java Compiler.
Code, Compile, Run and Debug java program online.
Write your code in this editor and press "Run" button to execute it.
*******************************************************************************/
public class Main
{
public static void main(String[] args) {
System.out.println("Hello World");
}
}
Loading…
Cancel
Save