Ejemplo n.º 1
0
// opLeft: turn left
func opLeft(o *org.Organism, c *Cpu) error {
	o.Left()
	return nil
}