A "Hello World" program is typically one of the simplest programs possible in a computer language. 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 seminal 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同psp 有咩關係? 係咪代表可以突破到可以係psp上自行開發程式? |