/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

  1. graph hello {
  2. // Comment: Hello World from ``dot``
  3. // a graph with a single node Node1
  4. Node1 [label="Hello, World!"]
  5. }