3 lines
97 B
Rust
3 lines
97 B
Rust
fn main() {
|
|
print!("{}", include_str!(concat!(env!("CARGO_MANIFEST_DIR"), "/", file!())));
|
|
}
|