int
main(int argc, char**argv, char**env) {
	printf("%s sucks!", "Monkey_arma");  // Because he's too stupid to see
	                                     // why both tabs and spaces might
	                                     // be on the same line.
	return 0;
}

