Advertisement
Guest User

Untitled

a guest
Jun 24th, 2019
89
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 0.11 KB | None | 0 0
  1. digraph G {
  2. # example of a chain of inclusions
  3.  
  4. one -> two;
  5. two -> three;
  6. three -> four;
  7. four -> book;
  8. }
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement