怎么输出hello world

来源:百度知道 编辑:UC知道 时间:2024/06/15 23:53:12

public class Test {

public static void main(String[] args) {

System.out.println("hello world!");
}
}

什么语言?每种语言对应不同的输出语句,把“hello world”放进输出语句就可以了。

什么意思??能把问题写完整一点吗?这样可能不怎么了解哦
PHP
<? echo "hell world";?>