A股上市公司传智教育(股票代码 003032)旗下技术交流社区北京昌平校区

 找回密码
 加入黑马

QQ登录

只需一步,快速开始

© 天空之城° 中级黑马   /  2014-4-17 22:45  /  899 人查看  /  4 人回复  /   0 人收藏 转载请遵从CC协议 禁止商业使用本文

u014734589
DavySword 等级:
结帖率:0% 楼主 发表于: 2014-04-15 19:28:22
//第一个必上的HelloWorld
public class NihaoShijie {
       public static void main(String args[]) {
             System.out.println("你好,世界!");
       }
}
欢迎大家来共同分享

4 个回复

正序浏览
哈哈哈,笑到我了,楼主
回复 使用道具 举报
^o(孤8o|狼i¤F 发表于 2014-4-17 23:06
/**
这是一个小程序 helloword
*/

哈哈 ,,,
回复 使用道具 举报
技术帖 ,顶...
回复 使用道具 举报
/**
这是一个小程序 helloword
*/
public class HelloWord{   //定义类名
       
       
        //一般程序是从main 函数开始执行
        public static void main ( String [ ] args){
                System.out.println( "   HELLO WORLD ");
        }
       
       
}

黑泥分享一下 代码
编程序 代码一定要规范啊
回复 使用道具 举报
您需要登录后才可以回帖 登录 | 加入黑马