Created
January 18, 2024 16:41
-
-
Save ritalin/d0593a0daf84151a20833f248143b78d to your computer and use it in GitHub Desktop.
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
fn main() { | |
if let Err(e) = catr::run() { | |
eprintln!("{}", e); | |
std::process::exit(1); | |
} | |
} |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment