9 lines
105 B
Rust
Raw Normal View History

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