1
0
mirror of https://github.com/nushell/nushell.git synced 2025-06-08 11:06:55 +02:00
2019-12-07 16:46:05 +13:00

4 lines
78 B
Rust

fn main() -> Result<(), Box<dyn std::error::Error>> {
nu_build::build()
}