Hello World -Java

2019年2月11日19:15:48 发表评论 1,778 views
/**
 * Created by xabcd on 2019/2/11.
 */
public class Hello
{
        public static void main(String args[])
        {
            System.out.println("Hello World!");
        }
}

发表评论

:?: :razz: :sad: :evil: :!: :smile: :oops: :grin: :eek: :shock: :???: :cool: :lol: :mad: :twisted: :roll: :wink: :idea: :arrow: :neutral: :cry: :mrgreen: