Skip to content

Commit

Permalink
created main for cli app
Browse files Browse the repository at this point in the history
  • Loading branch information
mattsse committed Aug 5, 2018
1 parent 8c47fb8 commit 71ef0f1
Showing 1 changed file with 4 additions and 0 deletions.
4 changes: 4 additions & 0 deletions src/main.rs
Original file line number Diff line number Diff line change
@@ -0,0 +1,4 @@
fn main() {
println!("Nothing to see here yet.");
unimplemented!()
}

0 comments on commit 71ef0f1

Please sign in to comment.