📄 hello.java
字号:
/** * * demonstration of the simplest Java application program * * Written by: Roger Garside * * First Written: 12/June/96 * Last Rewritten: 4/July/96 * */public class Hello { /** * * main * */ public static void main(String[] args) { System.out.println("Hello, World") ; } // end of method main } // end of class Hello
⌨️ 快捷键说明
复制代码
Ctrl + C
搜索代码
Ctrl + F
全屏模式
F11
切换主题
Ctrl + Shift + D
显示快捷键
?
增大字号
Ctrl + =
减小字号
Ctrl + -