testprogclock.java

来自「java编的售糖程序」· Java 代码 · 共 15 行

JAVA
15
字号
//Program to test the various operations of the class Clock

import java.io.*;

public class TestProgClock
{

    static BufferedReader keyboard =
                new BufferedReader(new InputStreamReader(System.in));
    public static void main(String[] args) throws IOException
    {
        System.out.println("See Programming Exercise 1.");
    }//end main
}

⌨️ 快捷键说明

复制代码Ctrl + C
搜索代码Ctrl + F
全屏模式F11
增大字号Ctrl + =
减小字号Ctrl + -
显示快捷键?