tokei/markdown.md
Erin Power 9147523b4e fmt
2020-06-14 10:56:47 +02:00

92 B

Hello World

extern crate std;

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