9 lines
104 B
Rust
Raw Normal View History

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