Hello World

PHP:

1
2
3
4
5
6
7
8
/*
* Comment
*/

function hello() {
    echo "Hello World!";
    return null;
}
exit();

C:

1
2
3
void hello() {
    printf("Hello World!");
}

刚安装了代码高亮(Syntax Highlighter)。四选一,这是我认为最漂亮的。

Author: YapNW

我是一个刚乘着幽浮神游太虚回来的大头外星人!爱做的事情很多,但专做一样东西很难。是个笨蛋。

Leave a Reply

Your email address will not be published. Required fields are marked *