Pretty good tut for beginners. The layout is good.


I usually do it like this.

Code:
int main()
{
	printf("Hello, world!\n");
	return 0;
}