mirror of
https://github.com/nushell/nushell.git
synced 2024-11-09 01:54:39 +01:00
4 lines
78 B
Rust
4 lines
78 B
Rust
|
fn main() -> Result<(), Box<dyn std::error::Error>> {
|
||
|
nu_build::build()
|
||
|
}
|