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