mirror of
https://github.com/Estom/notes.git
synced 2026-04-05 20:07:45 +08:00
8 lines
174 B
Java
8 lines
174 B
Java
|
|
public class Java01HelloWorld {
|
|
public static void main(String[] args) {
|
|
System.out.println("Hello");
|
|
// System.exit(0);
|
|
|
|
}
|
|
} |