forgot file

This commit is contained in:
Aaronepower 2016-05-13 22:16:20 +01:00
parent 0287ab0946
commit 8c6b6f28b2

6
src/consts.rs Normal file
View file

@ -0,0 +1,6 @@
pub const ROW: &'static str = "-------------------------------------------------------------------------------";
pub const BLANKS: &'static str = "blanks";
pub const COMMENTS: &'static str = "comments";
pub const CODE: &'static str = "code";
pub const FILES: &'static str = "files";
pub const TOTAL: &'static str = "total";