aboutsummaryrefslogtreecommitdiff
path: root/mc/n1.2.dot
diff options
context:
space:
mode:
Diffstat (limited to 'mc/n1.2.dot')
-rw-r--r--mc/n1.2.dot6
1 files changed, 6 insertions, 0 deletions
diff --git a/mc/n1.2.dot b/mc/n1.2.dot
new file mode 100644
index 0000000..fedced9
--- /dev/null
+++ b/mc/n1.2.dot
@@ -0,0 +1,6 @@
+digraph G {
+ rankdir=LR
+ q[shape=doublecircle,label=""]
+ begin[shape=point]
+ begin -> q
+}