summaryrefslogtreecommitdiff
path: root/example.dot
diff options
context:
space:
mode:
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;
+}