Ignoring revisions in .git-blame-ignore-revs. Click here to bypass and see the normal blame view.

4 lines
43 B
Rust
Raw Normal View History

2023-05-05 18:32:20 +00:00
fn main() {
println!("hello world");
}