summaryrefslogtreecommitdiff
path: root/example.dot
diff options
context:
space:
mode:
authorseancarroll <seanc28@gmail.com>2021-03-22 20:06:41 -0500
committerseancarroll <seanc28@gmail.com>2021-03-22 20:06:41 -0500
commite45dc721cd7badb59ffcaceb6bd739b01210112f (patch)
treef4ba1588c1b4bc32144035535bd03eda47e4de1f /example.dot
parent4d924969fdd445a3dc16938d8968c080cab2ff31 (diff)
downloaddotavious-e45dc721cd7badb59ffcaceb6bd739b01210112f.zip
add quickstart example to readme. include badges in readme
Diffstat (limited to 'example.dot')
-rw-r--r--example.dot5
1 files changed, 5 insertions, 0 deletions
diff --git a/example.dot b/example.dot
new file mode 100644
index 0000000..53a536a
--- /dev/null
+++ b/example.dot
@@ -0,0 +1,5 @@
+digraph example {
+ N0;
+ N1;
+ N0 -> N1;
+}