tokei/markdown.md

92 B

Hello World

extern crate std;

// Rust Comment
fn main () {
    let x = 5;
}