package v0;

/**
 * An enum to list topics that people might discuss on social media.
 * These topics might also be used to generate ads or related content.
 * 
 * @author Jack Myers
 *
 */
public enum Topic {
	Doritos,
	Bacon,
	Hamsters,
	Volkswagons,
	Yachts,
	Squirrels,
	Popcorn,
	Music,
	Pancakes,
	Toothpaste,
	Sugar,
	Barbies,
	Investments,
	Superman,
	Hairstyles,
	Pizza,
	Romance,
	Travel,
	Grapes	
}
