15 lines
129 B
D
15 lines
129 B
D
module prim.opt;
|
|
|
|
struct Opts {
|
|
bool ps1;
|
|
bool rps1;
|
|
bool preexec;
|
|
|
|
int pathlen;
|
|
|
|
int col;
|
|
int row;
|
|
|
|
int status;
|
|
}
|