contest1/
contest1/example/
contest1/html/classes/
contest1/html/dot/
contest1/html/files/
contest1/test/
digraph TopLevel {
    compound = true
    bgcolor = lightcyan1
    fontname = Arial
    fontsize = 8
    label = "cards.rb"
    node [
        fontname = Arial,
        fontsize = 8,
        color = black
    ]

    Deck [
        fontcolor = black,
        URL = "classes/Deck.html",
        shape = ellipse,
        color = palegoldenrod,
        style = filled,
        label = "Deck"
    ]

    Hand [
        fontcolor = black,
        URL = "classes/Hand.html",
        shape = ellipse,
        color = palegoldenrod,
        style = filled,
        label = "Hand"
    ]

}