From 43c5dd10eda7fa5493045f8125a979b1cb6c9ec5 Mon Sep 17 00:00:00 2001 From: John Breaux Date: Fri, 22 Apr 2022 21:08:54 -0500 Subject: [PATCH] main: Print the graph after reading --- src/main.cpp | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/main.cpp b/src/main.cpp index bfdfa5f..b11baf9 100644 --- a/src/main.cpp +++ b/src/main.cpp @@ -19,7 +19,7 @@ int main(int argc, char** argv) { //TODO: Implement reading from a file g.read(filename); - + g.print(); // TODO: Implement graph reduction and/or knot detection