aboutsummaryrefslogtreecommitdiff
path: root/mc/n1.1.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.1.dot
parent622f9bc866dce734f69444abad21fa7c515321fe (diff)
MC tema 1
Diffstat (limited to 'mc/n1.1.dot')
-rw-r--r--mc/n1.1.dot6
1 files changed, 6 insertions, 0 deletions
diff --git a/mc/n1.1.dot b/mc/n1.1.dot
new file mode 100644
index 0000000..a3305e6
--- /dev/null
+++ b/mc/n1.1.dot
@@ -0,0 +1,6 @@
+digraph G {
+ rankdir=LR
+ q[shape=circle,label=""]
+ begin[shape=point]
+ begin -> q
+}