// first line

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

// last line (and it's missing a line terminator)