summaryrefslogtreecommitdiff
path: root/src/03/graph.c
diff options
context:
space:
mode:
authormo khan <mo.khan@gmail.com>2020-09-07 13:50:13 -0600
committermo khan <mo.khan@gmail.com>2020-09-07 13:50:13 -0600
commit5aaa10060fa446d44a92620176601a9a5db0ccbe (patch)
treefbc7cc56afe70a46b9b19ce1f1b6e827e4942422 /src/03/graph.c
parent7565e1adf1cf9c4dff5ea3a5d435867fd9f6a0f3 (diff)
test: add graph_tests to suite
Diffstat (limited to 'src/03/graph.c')
-rw-r--r--src/03/graph.c1
1 files changed, 1 insertions, 0 deletions
diff --git a/src/03/graph.c b/src/03/graph.c
new file mode 100644
index 0000000..e8b6b5e
--- /dev/null
+++ b/src/03/graph.c
@@ -0,0 +1 @@
+#include "graph.h"