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