aboutsummaryrefslogtreecommitdiff
path: root/mc/n1.3.dot
diff options
context:
space:
mode:
authorJuan Marin Noguera <juan@mnpi.eu>2022-09-06 17:39:50 +0200
committerJuan Marin Noguera <juan@mnpi.eu>2022-09-06 17:39:50 +0200
commit09ea9d78d9fd959a1a314b3c03b3e583949a529b (patch)
tree4d07b96b51e951f0fd8abd8edd1da908e1c8838e /mc/n1.3.dot
parent622f9bc866dce734f69444abad21fa7c515321fe (diff)
MC tema 1
Diffstat (limited to 'mc/n1.3.dot')
-rw-r--r--mc/n1.3.dot8
1 files changed, 8 insertions, 0 deletions
diff --git a/mc/n1.3.dot b/mc/n1.3.dot
new file mode 100644
index 0000000..2c868d5
--- /dev/null
+++ b/mc/n1.3.dot
@@ -0,0 +1,8 @@
+digraph G {
+ rankdir=LR
+ q[shape=circle,label=""]
+ r[shape=doublecircle, label=""]
+ begin[shape=point]
+ begin -> q
+ q -> r[label=a]
+}