public class TestGraph { public static void main(String[] args) { Graph g = new Graph(""); System.out.println(g); } }