mirror of
https://github.com/Dichgrem/Java.git
synced 2025-12-16 20:42:00 -05:00
start:java8
This commit is contained in:
7
com/study/demo/Demo.java
Normal file
7
com/study/demo/Demo.java
Normal file
@@ -0,0 +1,7 @@
|
||||
package com.study.demo;
|
||||
|
||||
public class Demo {
|
||||
public static void main(String [] args) {
|
||||
System.out.println("HelloWorld!");
|
||||
}
|
||||
}
|
||||
Reference in New Issue
Block a user