Browse Source

添加 'Hello.java'

master
kyxt 9 months ago
parent
commit
624dedd34c
1 changed files with 5 additions and 0 deletions
  1. +5
    -0
      Hello.java

+ 5
- 0
Hello.java View File

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

Loading…
Cancel
Save