/doc/report/graphs/hello.dot
http://github.com/hhughes/ocaml-frui · DOT · 8 lines · 3 code · 3 blank · 2 comment · 0 complexity · a983c4d53769281feaba5ce5302e6d87 MD5 · raw file
- graph hello {
- // Comment: Hello World from ``dot``
- // a graph with a single node Node1
- Node1 [label="Hello, World!"]
- }