9 lines
105 B
Rust
9 lines
105 B
Rust
// @generated
|
|
// rustfmt-format_generated_files: false
|
|
|
|
fn main()
|
|
{
|
|
println!("hello, world")
|
|
;
|
|
}
|