1、创建一个项目
2、创建包
3、创建源程序文件
创建成功后 :
public class C201_01_01_HelloWorld {
public static void main(String[] args) {
System.out.println("这是我的第一个程序!!!");
}
}
查看结果:
感谢观看!
原文:https://www.cnblogs.com/gt07194620/p/14619152.html