treasure/input_type.nim

12 lines
150 B
Nim
Raw Permalink Normal View History

2022-12-27 23:56:54 +01:00
type
Input* = object
size*: int
treasure_count*: int
lifetime*: int
population*: int
instruction_set*: string
bits*: int