@@ -2,6 +2,6 @@ package com.zhentao;
public class test01 {
public static void main(String[] args) {
- System.out.println("hello world");
+ System.err.println("hello world");
}