mirror of
https://git.proxmox.com/git/rustc
synced 2025-08-17 15:08:53 +00:00
8 lines
127 B
Rust
8 lines
127 B
Rust
// Take a look at the license at the top of the repository in the LICENSE file.
|
|
|
|
mod cli;
|
|
|
|
fn main() {
|
|
cli::Cli::init();
|
|
}
|