Hello World!

高中时代就开始接触HTML语言,一直梦想着有一个自己的网站,有自己的域名。如今,多年的心愿终于达成!现在虽然是一个简单的基于WordPress的博客,但经过慢慢丰富完善,一定成为最优秀的非著名网站

网站域名在中国万网申请,虚拟主机通过WordPress中文站购买,共计年费用259(139元/年+120元/年)元。感谢WordPress中文站站长Jiang的技术支持,让我这个PHP门外汉迅速上手。服务器非常稳定且快速,我很欣慰~通过这次安装我也稍微接触了Apache+MYSQL+PHP,也算是入门了。慢慢来吧,希望能尽快做出让自己满意的网页模板。

Hello, World!


About “hello world“:

A “hello world” program is a computer program that prints out “Hello, World!” on a display device.
A “hello world” program can be a useful sanity test to make sure that a language’s compiler, development environment, and run-time environment are correctly installed.
While small test programs existed since the development of programmable computers, the tradition of using the phrase “Hello world!” as a test message was influenced by an example program in the book The C Programming Language. The example program from that book prints “hello, world” (without capital letters or exclamation mark), and was inherited from a 1974 Bell Laboratories internal memorandum by Brian Kernighan, Programming in C: A Tutorial, which contains the first known version:

main() {
       printf(“hello, world”);
}

相关链接:[不同语言的Hello World程序脚本](190124补:更新了链接)

发表回复

您的电子邮箱地址不会被公开。 必填项已用 * 标注