just/src/main.rs

6 lines
43 B
Rust
Raw Normal View History

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