Skip to content

Instantly share code, notes, and snippets.

View swdgit's full-sized avatar

Stacy swdgit

View GitHub Profile
@swdgit
swdgit / gist:d8b2bfd8bb5880492db90440a66a3d88
Created December 19, 2016 16:37
Java - reddit dailyprogrammer Twelve Days of Xmas
import java.text.MessageFormat;
import java.util.ArrayList;
import java.util.Arrays;
import java.util.List;
public class TwelveDaysOfXmas {
private static final List<String> GIFTS = new ArrayList<>(Arrays.asList("a Partridge in a Pear Tree",
"two Turtle Doves",
"three French Hens",