7 lines
147 B
Rust
7 lines
147 B
Rust
|
// rustfmt-license_template_path: tests/license-template/lt.txt
|
||
|
// Copyright 2019 The rustfmt developers.
|
||
|
|
||
|
fn main() {
|
||
|
println!("Hello world!");
|
||
|
}
|