7 lines
99 B
Rust
Raw Normal View History

// @generated
// rustfmt-format_generated_files: true
fn main() {
println!("hello, world");
}