Sign in
rust
/
rustfmt
/
refs/heads/rustfmt-1.42-beta
/
.
/
tests
/
source
/
license-templates
/
license.rs
blob: 6816011c60dc519377d8a66ab66ce13224400171 [
file
] [
log
] [
blame
] [
edit
]
// rustfmt-license_template_path: tests/license-template/lt.txt
// Copyright 2019 The rustfmt developers.
fn
main
()
{
println
!(
"Hello world!"
);
}