Skip to content

Instantly share code, notes, and snippets.

View Bregann's full-sized avatar
😁

Benjamin Regan Bregann

😁
View GitHub Profile
switch (productToParse)
{
case "OAK_LOG":
case "LOG":
case "OAK_WOOD":
productToParse = "LOG";
break;
case "SPRUCE_LOG":
case "SPRUCE":
case "SPRUCE_WOOD":