aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rw-r--r--README.md2
1 files changed, 2 insertions, 0 deletions
diff --git a/README.md b/README.md
index de2f5e7..3f11ac1 100644
--- a/README.md
+++ b/README.md
@@ -21,10 +21,12 @@ g++ main.cpp -o circgraph
`circgraph` takes input from stdin in the following format:
+```
<source_node> <sink_node>
<node1> [<neighbor1> <resistance2>]...
<node2>
...
<noden>
+```
See the `testX.txt` files for more.