📄 firstsample.java
字号:
/**
@version 1.01 1997-03-22
@author Gary Cornell
*/
/*
This is the first sample program in Core Java Chapter 3
Copyright (C) 1997 Cay Horstmann and Gary Cornell
*/
public class FirstSample
{
public static void main(String[] args)
{
System.out.println("We will not use 'Hello, World!'");
}
}
⌨️ 快捷键说明
复制代码
Ctrl + C
搜索代码
Ctrl + F
全屏模式
F11
切换主题
Ctrl + Shift + D
显示快捷键
?
增大字号
Ctrl + =
减小字号
Ctrl + -