mnml/server/src/main.rs
2019-09-10 16:44:36 +10:00

8 lines
64 B
Rust

extern crate mnml;
use mnml::start;
fn main() {
start()
}