8 lines
64 B
Rust
8 lines
64 B
Rust
extern crate mnml;
|
|
|
|
use mnml::start;
|
|
|
|
fn main() {
|
|
start()
|
|
}
|