Advertisement
shashiskills

Untitled

Oct 30th, 2012
2,871
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
DOT 0.26 KB | None | 0 0
  1. digraph G {
  2. "18";
  3. "10";
  4. "18"-> "10";
  5. "20";
  6. "18"-> "20";
  7. "4";
  8. "10"-> "4";
  9. "15";
  10. "10"-> "15";
  11. "1";
  12. "4"-> "1";
  13. "8";
  14. "4"-> "8";
  15. "19";
  16. "20"-> "19";
  17. "22";
  18. "20"-> "22";
  19. "21";
  20. "22"-> "21";
  21. "41";
  22. "22"-> "41";
  23. "23";
  24. "41"-> "23";
  25. "58";
  26. "41"-> "58";
  27. }
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement