📜  java 文本输出到控制台 - Java 代码示例

📅  最后修改于: 2022-03-11 14:52:41.635000             🧑  作者: Mango

代码示例1
System.out.println("Hello world!"); 
//This will be printed out to the console and requires no imports.