hello world!

来源:互联网 发布:如何当好淘宝客服? 编辑:程序博客网 时间:2024/05/21 17:43

/*c*/

include <stadio.h>

void main()

{

  print("hello world!");

}

//java

public class demo{

public static void main(String[]args)

{

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

}

}

<!--this is hello world!-->

<html>

<head>this is head!</head>

<body>

hello world!

</body>

</html>

原创粉丝点击