hello4.txt
来自「java的一经典教程」· 文本 代码 · 共 13 行
TXT
13 行
// Prints a message in the command window
public class Hello4
{
public static void main(String[] args)
{
System.out.print("Hello! ");
System.out.print("Hello!\n");
System.out.println("Hello!");
System.out.println("What's all this then?\n");
System.out.println("Please tell me!");
}
}
⌨️ 快捷键说明
复制代码Ctrl + C
搜索代码Ctrl + F
全屏模式F11
增大字号Ctrl + =
减小字号Ctrl + -
显示快捷键?