3-helloworld

hello, world!

public class HelloWorld{
	public static void main(String[] args){
		System.out.print("Hello, World!");
	}
}

dos试运行

java转义字符

\n 换行

\t 制表位

posted @ 2023-02-05 12:18  佩德罗帕斯卡  阅读(24)  评论(0)    收藏  举报