4 lines
93 B
Rust
4 lines
93 B
Rust
pub const VS: i32 = 1;
|
|
pub const NC: i32 = 2;
|
|
pub const TR: i32 = 3;
|
|
pub const NSO: i32 = 4;
|