sloc 0.0.1

source lines of count
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15

fn just_data_for_testing() {
    println!("ok");
}


   




//comments
fn another_fun(){
    
}