5 lines
93 B
Rust
5 lines
93 B
Rust
|
fn main() {
|
||
|
println!(include!("<leading-lt"));
|
||
|
println!(include!("trailing-gt>"));
|
||
|
}
|