Prehistoric Problems Solved 4

This page is dedicated to the most pressing concerns of our ancient ancestors.

Here are the problems we'll be addressing today:

Prehistoric Problems Solved 5: More Ancient Aggravations
Code Cave
		// Code snippet for making fire without burns
		// (C) 10,000 BCE by Ugh, Caveman
		#makefire {
			printf("Ugh! Fire!\n");
			printf("Burn, you pesky saber-toothed cat!\n");
		}
		
	

Prehistoric Problem 1: Saber-Toothed Cats

These furry fiends are a menace!

		// Code snippet for repelling saber-toothed cats
		// (C) 20,000 BCE by Ugh, Caveman Jr.
		if (saber_toothed_cat_nearby) {
			shoo_away_cat();
		}