예제 #1
0
파일: ops.go 프로젝트: dnesting/alife
// opLeft: turn left
func opLeft(o *org.Organism, c *Cpu) error {
	o.Left()
	return nil
}