Java首次测试

作者: 元灏 / 2024-08-04

java

java text

终于把Java的环境搭建完了,测试一下,,

public class text
{
	public static void main(String args[])
	{
    	System.out.println("hello,world");
	}
}

效果不错

PS D:\porgramming\vs code text>  & 'd:\porgramming\java\bin\java.exe' '-XX:+ShowCodeDetailsInExceptionMessages' '-cp' 'C:\Users\WangYuanhao\AppData\Roaming\Code\User\workspaceStorage\41cfce855f250ffd89a0ca0cf27d40bf\redhat.java\jdt_ws\vs code text_e98a66e6\bin' 'text'
hello,world
PS D:\porgramming\vs code text>

相关文章

软件及系统镜像快速访问
阴雨天
Python 圆周率撒点计算