main: Print the graph after reading
This commit is contained in:
parent
654fb751e6
commit
43c5dd10ed
@ -19,7 +19,7 @@ int main(int argc, char** argv) {
|
|||||||
|
|
||||||
//TODO: Implement reading from a file
|
//TODO: Implement reading from a file
|
||||||
g.read(filename);
|
g.read(filename);
|
||||||
|
g.print();
|
||||||
|
|
||||||
// TODO: Implement graph reduction and/or knot detection
|
// TODO: Implement graph reduction and/or knot detection
|
||||||
|
|
||||||
|
Loading…
Reference in New Issue
Block a user