Start exercising grow code, breaking the VM
This commit is contained in:
@@ -17,10 +17,10 @@ func main() {
|
||||
log.Fatal(err)
|
||||
}
|
||||
|
||||
def, err := loadDefinition(defFile)
|
||||
def, err := NewDefinition(defFile)
|
||||
if err != nil {
|
||||
log.Fatal(err)
|
||||
}
|
||||
|
||||
log.Printf("%+v", def)
|
||||
def.Grow()
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user