package grow import "github.com/firestuff/subcoding/vm" type Status struct { Attempts uint64 BestScores []*Score BestProgram *vm.Program }