2017-08-15
This commit is contained in:
Executable
BIN
Binary file not shown.
@@ -0,0 +1,13 @@
|
||||
package main
|
||||
|
||||
import pov ".."
|
||||
|
||||
func main() {
|
||||
g := pov.New()
|
||||
g.AddNode("sibling")
|
||||
g.AddNode("x")
|
||||
g.AddNode("parent")
|
||||
g.AddArc("parent", "sibling")
|
||||
g.AddArc("parent", "x")
|
||||
pov.PrintGraph(g)
|
||||
}
|
||||
Reference in New Issue
Block a user