Chapter 2. Getting Started

2.1. What are we going to make

int
main(int argc, char **argv)
{
	return 0;
}