Reference
What is this section for?
In this section I’ll link to the code I’ve written for this particular chapter of the book. When finishing with a chapter your code should probably look similar to mine. This code can be used for reference if the explanation has been unclear.
If you encounter a bug please do not copy and paste my code into your project. Try to track down the bug yourself and use my code as a reference to highlight what may be wrong, or where the error may lie.
hello_world.c
#include <stdio.h>
int main(int argc, char** argv) {
puts("Hello, world!");
return 0;
}
当前内容版权归 orangeduck 或其关联方所有,如需对内容或内容相关联开源项目进行关注与资助,请访问 orangeduck .