diff options
Diffstat (limited to 'Documentation/doc-guide/hello.dot')
-rw-r--r-- | Documentation/doc-guide/hello.dot | 3 |
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 000000000..504621dfc --- /dev/null +++ b/Documentation/doc-guide/hello.dot @@ -0,0 +1,3 @@ +graph G { + Hello -- World +} |