just/src/main.rs

6 lines
49 B
Rust
Raw Normal View History

extern crate just;
2016-06-16 17:13:43 -07:00
2016-10-02 15:31:28 -07:00
fn main() {
just::app();
2016-06-16 17:13:43 -07:00
}