summaryrefslogtreecommitdiff
path: root/vendor/bundle/ruby/3.4.0/gems/rouge-4.7.0/lib/rouge/demos/dot
blob: 243ee731d2d34abb08ae1fb561c27b825e14a8bb (plain)
1
2
3
4
5
// The graph name and the semicolons are optional
graph G {
	a -- b -- c;
	b -- d;
}