mirror of
https://github.com/Estom/notes.git
synced 2026-02-09 21:36:58 +08:00
9 lines
229 B
Java
9 lines
229 B
Java
/**
|
|
* @author yinkanglong
|
|
* @version $Id: ${NAME}, v 0.1 ${YEAR}-${MONTH}-${DAY} ${TIME} yinkanglong Exp $
|
|
*/
|
|
public class Main {
|
|
public static void main(String[] args) {
|
|
System.out.println("Hello world!");
|
|
}
|
|
} |