Files
subcoding/grow/status.go

13 lines
165 B
Go
Raw Normal View History

2021-11-20 20:02:16 -10:00
package grow
import "github.com/firestuff/subcoding/vm"
type Status struct {
TargetScore uint64
Attempts uint64
BestScore uint64
BestProgram *vm.Program
}