summaryrefslogtreecommitdiffstats
path: root/imag-view/src/main.rs
blob: 2352bb00fda5cd09c8dd7e4d4aa031848e164144 (plain)
1
2
3
4
5
6
7
extern crate clap;

mod ui;

fn main() {
    println!("Hello, world!");
}