Skip to content

Commit

Permalink
3circle, like repressilator
Browse files Browse the repository at this point in the history
  • Loading branch information
pmendes committed May 20, 2024
1 parent 787e89c commit 2e348bb
Showing 1 changed file with 6 additions and 0 deletions.
6 changes: 6 additions & 0 deletions tests/sources/3circle.gv
Original file line number Diff line number Diff line change
@@ -0,0 +1,6 @@
digraph 3circle{
// three nodes affecting each other in a circle
1 -> 2
2 -> 3
3 -> 1
}

0 comments on commit 2e348bb

Please sign in to comment.