4 lines
67 B
Rust
4 lines
67 B
Rust
pub fn asdf() {
|
|
println!("{}", env!("CARGO_MANIFEST_DIR"));
|
|
|
|
}
|