just/src/main.rs
2016-10-30 18:12:59 -07:00

6 lines
49 B
Rust

extern crate just;
fn main() {
just::app();
}