测试数据在线
这是一个展示测试数据的网站
今日测试数据
class TestData {

    public static void main(String[] args) {

        System.out.println("Hello World!");

    }

}