mnml/server/src/main.rs
2019-09-12 16:17:59 +10:00

8 lines
64 B
Rust

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