6 lines
110 B
Rust
6 lines
110 B
Rust
// ignore-windows: TODO the windows hook is not done yet
|
|
|
|
fn main() {
|
|
std::env::current_dir().unwrap();
|
|
}
|