summaryrefslogtreecommitdiff
path: root/_images/hello.dot
diff options
context:
space:
mode:
Diffstat (limited to '_images/hello.dot')
-rw-r--r--_images/hello.dot3
1 files changed, 3 insertions, 0 deletions
diff --git a/_images/hello.dot b/_images/hello.dot
new file mode 100644
index 000000000..504621dfc
--- /dev/null
+++ b/_images/hello.dot
@@ -0,0 +1,3 @@
+graph G {
+ Hello -- World
+}