diff options
Diffstat (limited to 'k5.gv')
| -rw-r--r-- | k5.gv | 9 |
1 files changed, 9 insertions, 0 deletions
@@ -0,0 +1,9 @@ +graph "k5" { + layout=circo + node [ shape=circle ]; + + 0 -- { 1, 2, 3, 4 } + 1 -- { 2, 3, 4 } + 2 -- { 3, 4 } + 3 -- 4 +} |
| index : balls | ||
| Bouncing balls simulation. | Sam Anthony |
| summaryrefslogtreecommitdiffstats |