Skip to content

Instantly share code, notes, and snippets.

@ychubachi
Created July 6, 2013 14:26
Show Gist options
  • Save ychubachi/5940052 to your computer and use it in GitHub Desktop.
Save ychubachi/5940052 to your computer and use it in GitHub Desktop.
dot -Tpng zu01.dot -o zu01.png
digraph zu01 {
hoge -> piyo -> hoge -> hoge;
hoge -> 大学;
piyo -> 大学;
}
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment