第一次写的JAVA代码及运行结果

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

posted @ 2016-05-04 10:04  jakermk  阅读(280)  评论(0编辑  收藏  举报