test!

试一试可不可以操作。

代码

1
$ ssh hello world!

你好啊!

1
2
3
public static void main(String[] args) {
System.out.println("hello world!");
}